Print this page
4027 remove CLOSED_BUILD

*** 41,51 **** INTEL_LINTS = genunix LINT_LIBS = $(LINT_LIB) \ $(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) # # # --- 41,50 ----
*** 63,99 **** 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) # 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 --- 62,96 ---- 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) # 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
*** 107,127 **** 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. --- 104,113 ----
*** 162,172 **** # # 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 $@ --- 148,157 ----