Print this page
4027 remove CLOSED_BUILD
4028 remove CLOSED_IS_PRESENT
4029 remove tonic build bits
Reviewed by: Andy Stormont <andyjstormont@gmail.com>

Split Close
Expand all
Collapse all
          --- old/usr/src/uts/Makefile.uts
          +++ new/usr/src/uts/Makefile.uts
↓ open down ↓ 580 lines elided ↑ open up ↑
 581  581  #
 582  582  #
 583  583  #
 584  584  include $(SRC)/Makefile.psm
 585  585  
 586  586  #
 587  587  #       The "-r" on the remove may be considered temporary, but is required
 588  588  #       while the replacement of the SUNW,SPARCstation-10,SX directory by
 589  589  #       a symbolic link is being propagated.
 590  590  #
 591      -# IMPORTANT:: if you change any of these INS.mumble rules, then you MUST also
 592      -# change the corresponding override definitions in $CLOSED/Makefile.tonic.
 593      -# If you do not do this, then the closedbins build for the OpenSolaris
 594      -# community will break. PS, the gatekeepers will be upset too.
 595      -#
 596  591  INS.slink1= $(RM) -r $@; $(SYMLINK) $(PLATFORM) $@
 597  592  INS.slink2= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/$(@F) $@
 598  593  INS.slink3= $(RM) -r $@; $(SYMLINK) $(IMPLEMENTED_PLATFORM) $@
 599  594  INS.slink4= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/include $@
 600  595  INS.slink5= $(RM) -r $@; $(SYMLINK) ../$(PLATFORM)/sbin $@
 601  596  INS.slink6= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/lib/$(MODULE) $@
 602  597  INS.slink7= $(RM) -r $@; $(SYMLINK) ../../$(PLATFORM)/sbin/$(@F) $@
 603  598  
 604  599  ROOT_PLAT_LINKS          = $(PLAT_LINKS:%=$(ROOT_PLAT_DIR)/%)
 605  600  ROOT_PLAT_LINKS_2        = $(PLAT_LINKS_2:%=$(ROOT_PLAT_DIR)/%)
↓ open down ↓ 18 lines elided ↑ open up ↑
 624  619                   $(MMU_KMODS) $(DACF_KMODS) $(EXPORT_KMODS) $(IPP_KMODS) \
 625  620                   $(CRYPTO_KMODS) $(PCBE_KMODS) \
 626  621                   $(DRV_KMODS_$(CLASS)) $(MISC_KMODS_$(CLASS)) $(MAC_KMODS) \
 627  622                   $(BRAND_KMODS) $(KICONV_KMODS) \
 628  623                   $(SOCKET_KMODS)
 629  624  
 630  625  KMODS = $(GENUNIX_KMODS) $(PARALLEL_KMODS)
 631  626  
 632  627  $(PARALLEL_KMODS): $(GENUNIX_KMODS)
 633  628  
 634      -$(CLOSED_BUILD)CLOSED_KMODS = $(CLOSED_DRV_KMODS) $(CLOSED_TOD_KMODS) \
 635      -        $(CLOSED_MISC_KMODS) $(CLOSED_CPU_KMODS) \
 636      -        $(CLOSED_NLMISC_KMODS) $(CLOSED_DRV_KMODS_$(CLASS))
 637      -
 638  629  LINT_KMODS = $(DRV_KMODS) $(EXEC_KMODS) $(FS_KMODS) $(SCHED_KMODS) \
 639  630            $(TOD_KMODS) $(STRMOD_KMODS) $(SYS_KMODS) $(MISC_KMODS) \
 640  631            $(MACH_KMODS) $(GSS_KMODS) $(DACF_KMODS) $(IPP_KMODS) \
 641  632            $(CRYPTO_KMODS) $(PCBE_KMODS) \
 642  633            $(DRV_KMODS_$(CLASS)) $(MISC_KMODS_$(CLASS)) $(MAC_KMODS) \
 643  634            $(BRAND_KMODS) $(KICONV_KMODS) $(SOCKET_KMODS)
 644  635  
 645      -$(CLOSED_BUILD)CLOSED_LINT_KMODS = $(CLOSED_DRV_KMODS) $(CLOSED_TOD_KMODS) \
 646      -          $(CLOSED_MISC_KMODS) $(CLOSED_DRV_KMODS_$(CLASS))
 647      -
 648  636  THIS_YEAR:sh=   /bin/date +%Y
 649  637  $(OBJS_DIR)/logsubr.o   := CPPFLAGS += -DTHIS_YEAR=$(THIS_YEAR)
 650  638  $(OBJS_DIR)/logsubr.ln  := CPPFLAGS += -DTHIS_YEAR=$(THIS_YEAR)
 651  639  
 652  640  #
 653  641  #       Files to be compiled with -xa, to generate basic block execution
 654  642  #       count data.
 655  643  #
 656  644  #       There are several ways to compile parts of the kernel for kcov:
 657  645  #               1)  Add targets to BB_FILES here or in other Makefiles
↓ open down ↓ 34 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX