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

*** 41,51 **** 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) I86PC_LINTS = dr drmach_acpi # --- 41,50 ----
*** 65,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) $(IMPLEMENTATIONS) install: install_platforms setup genassym unix .WAIT \ ! $(KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) $(IMPLEMENTATIONS) # Need to clean in here too because of lint. clean: $(I86PC_LINTS) # list the modules under i86pc. ! modlist: unix $(KMODS) $(CLOSED_KMODS) $(XMODS) $(CLOSED_XMODS) \ ! $(IMPLEMENTATIONS) # list the modules for Install -k i86pc. 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 --- 64,101 ---- 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) $(IMPLEMENTATIONS) install: install_platforms setup genassym unix .WAIT \ ! $(KMODS) $(XMODS) $(IMPLEMENTATIONS) # Need to clean in here too because of lint. clean: $(I86PC_LINTS) # list the modules under i86pc. ! modlist: unix $(KMODS) $(XMODS) $(IMPLEMENTATIONS) # list the modules for Install -k i86pc. 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
*** 112,132 **** cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \ else \ true; \ fi - $(CLOSED_KMODS): FRC - cd $(CLOSED)/uts/i86pc/$@; pwd; $(MAKE) $(NO_STATE) $(TARGET) - - $(CLOSED_XMODS): FRC - @if [ -f $(CLOSED)/uts/i86pc/$@/Makefile ]; then \ - cd $(CLOSED)/uts/i86pc/$@; pwd; \ - $(MAKE) $(NO_STATE) $(TARGET); \ - else \ - true; \ - fi - install_h check: $(IMPLEMENTATIONS) FRC @cd sys; pwd; $(MAKE) $(TARGET) # # Definitions for the /platform directory aliases. --- 109,118 ----
*** 167,177 **** # # Cross-reference customization: build a cross-reference over all of the # i86pc-related directories. # XRDIRS = ../i86pc ../intel ../common - $(CLOSED_BUILD)XRDIRS += ../../../closed/uts/intel ../../../closed/uts/common XRPRUNE = sun4u sun4 cscope.out tags: FRC $(XREF) -x $@ --- 153,162 ----