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

*** 43,53 **** INTEL_LINTS = genunix LINT_LIBS = \ $(GENUNIX_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln) \ $(PARALLEL_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln) \ - $(CLOSED_KMODS:%=$(LINT_LIB_DIR)/llib-l%.ln) \ $(INTEL_LINTS:%=$(INTEL_LIB_DIR)/llib-l%.ln) I86XPV_LINTS = xdb xnb xnbe xnbo xnbu xpvtap # --- 43,52 ----
*** 66,104 **** clean.lint := TARGET= clean.lint check := TARGET= check .KEEP_STATE: ! .PARALLEL: $(PARALLEL_KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) \ ! modlist modlist.intel INITIAL_TARGETS = \ genassym \ unix \ cpu/scripts def all clean clobber clean.lint: setup genassym unix .WAIT \ ! $(KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) install: install_platforms setup genassym unix .WAIT \ ! $(KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) # Need to clean in here too because of lint. clean: $(I86XPV_LINTS) # list the modules under i86xpv. ! modlist: unix $(KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) # list the modules for Install -k i86xpv. modlist.karch: modlist modlist.intel modlist.intel: @cd $(SRC)/uts/intel; pwd; $(MAKE) $(NO_STATE) modlist lintlib: unix ! modlintlib: $(KMODS) $(CLOSED_KMODS) genassym unix $(KMODS): FRC @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET) setup: FRC --- 65,102 ---- clean.lint := TARGET= clean.lint check := TARGET= check .KEEP_STATE: ! .PARALLEL: $(PARALLEL_KMODS) $(XMODS) modlist modlist.intel INITIAL_TARGETS = \ genassym \ unix \ cpu/scripts def all clean clobber clean.lint: setup genassym unix .WAIT \ ! $(KMODS) $(XMODS) install: install_platforms setup genassym unix .WAIT \ ! $(KMODS) $(XMODS) # Need to clean in here too because of lint. clean: $(I86XPV_LINTS) # list the modules under i86xpv. ! modlist: unix $(KMODS) $(XMODS) # list the modules for Install -k i86xpv. modlist.karch: modlist modlist.intel modlist.intel: @cd $(SRC)/uts/intel; pwd; $(MAKE) $(NO_STATE) modlist lintlib: unix ! modlintlib: $(KMODS) genassym unix $(KMODS): FRC @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET) setup: FRC
*** 109,129 **** cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \ else \ true; \ fi - $(CLOSED_KMODS): FRC - cd $(CLOSED)/uts/i86xpv/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET) - - $(CLOSED_XMODS): FRC - @if [ -f $(CLOSED)/uts/i86xpv/$@/Makefile ]; then \ - cd $(CLOSED)/uts/i86xpv/$@; pwd; \ - $(MAKE) $(NO_STATE) $(TARGET); \ - else \ - true; \ - fi - install_h check: FRC @cd sys; pwd; $(MAKE) $(TARGET) # # Definitions for the /platform directory aliases. --- 107,116 ----
*** 164,177 **** # # Cross-reference customization: build a cross-reference over all of the # i86pc-related directories. # ! SHARED_XRDIRS = ../i86xpv ../i86pc ../intel ../common ! XRDIRS = $(SHARED_XRDIRS) ! CLOSED_XRDIRS1 = $(SHARED_XRDIRS:../%=../% ../../../closed/uts/%) ! CLOSED_XRDIRS2 = $(CLOSED_XRDIRS1:../../../closed/uts/i86pc=) ! $(CLOSED_BUILD)XRDIRS = $(CLOSED_XRDIRS2:../../../closed/uts/i86xpv=) XRPRUNE = sun4v sun4u sun4 sfmmu sparc cscope.out tags: FRC $(XREF) -x $@ --- 151,160 ---- # # Cross-reference customization: build a cross-reference over all of the # i86pc-related directories. # ! XRDIRS = ../i86xpv ../i86pc ../intel ../common XRPRUNE = sun4v sun4u sun4 sfmmu sparc cscope.out tags: FRC $(XREF) -x $@