Print this page
4029 remove tonic build bits

*** 72,91 **** INTEL_BLD_1= $(MACH:sparc=$(POUND_SIGN)) INTEL_BLD= $(INTEL_BLD_1:i386=) STRIP_COMMENTS= $(INTERNAL_RELEASE_BUILD) - # Are we building tonic closedbins? Unless you have used the - # -O flag to nightly or bldenv, leave the definition of TONICBUILD - # as $(POUND_SIGN). - # - # IF YOU CHANGE CLOSEDROOT, you MUST change install.bin - # to match the new definition. - TONICBUILD= $(POUND_SIGN) - $(TONICBUILD)CLOSEDROOT= $(ROOT)-closed - - # The variables below control the compilers used during the build. # There are a number of permutations. # # __GNUC and __SUNC control (and indicate) the primary compiler. Whichever # one is not POUND_SIGN is the primary, with the other as the shadow. They --- 72,81 ----
*** 225,240 **** SVCCFG_DTD=$(SRC)/cmd/svc/dtd/service_bundle.dtd.1 \ SVCCFG_REPOSITORY=$(SRC)/cmd/svc/seed/global.db \ SVCCFG_CONFIGD_PATH=$(SRC)/cmd/svc/configd/svc.configd-native \ $(SRC)/cmd/svc/svccfg/svccfg-native validate $< - # - # IMPORTANT:: If you change any of INS.file, INS.dir, INS.rename, - # INS.link or INS.symlink here, then you must also change the - # corresponding override definitions in $CLOSED/Makefile.tonic. - # If you do not do this, then the closedbins build for the OpenSolaris - # community will break. PS, the gatekeepers will be upset too. INS.file= $(RM) $@; $(INS) -s -m $(FILEMODE) -f $(@D) $< INS.dir= $(INS) -s -d -m $(DIRMODE) $@ # installs and renames at once # INS.rename= $(INS.file); $(MV) $(@D)/$(<F) $@ --- 215,224 ----