Print this page
OS-2834 ship lx brand

*** 63,73 **** .KEEP_STATE: .PARALLEL: $(PARALLEL_KMODS) $(XMODS) config $(LINT_DEPS) ! def all install clean clobber modlist: $(KMODS) $(XMODS) config clobber: clobber.targ # # Privilege constants --- 63,73 ---- .KEEP_STATE: .PARALLEL: $(PARALLEL_KMODS) $(XMODS) config $(LINT_DEPS) ! def all install clean clobber modlist: genassym $(KMODS) $(XMODS) config clobber: clobber.targ # # Privilege constants
*** 105,115 **** # prerequisites. # # intel/dtrace depends on i86pc/genassym, so we need to build both # i86pc/genassym and intel/genassym. # ! all.prereq install.prereq def.prereq: genunix FRC @cd ../i86pc/genassym; pwd; $(MAKE) $(@:%.prereq=%) # # i86pc lint libraries should be built first # --- 105,115 ---- # prerequisites. # # intel/dtrace depends on i86pc/genassym, so we need to build both # i86pc/genassym and intel/genassym. # ! all.prereq install.prereq def.prereq: genassym genunix FRC @cd ../i86pc/genassym; pwd; $(MAKE) $(@:%.prereq=%) # # i86pc lint libraries should be built first #
*** 123,133 **** genunix: $(PRIVS_C) modlintlib clean.lint: $(LINT_KMODS) $(XMODS) ! $(KMODS) $(SUBDIRS) config: FRC @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET) $(XMODS): FRC @if [ -f $@/Makefile ]; then \ cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \ --- 123,133 ---- genunix: $(PRIVS_C) modlintlib clean.lint: $(LINT_KMODS) $(XMODS) ! genassym $(KMODS) $(SUBDIRS) config: FRC @cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET) $(XMODS): FRC @if [ -f $@/Makefile ]; then \ cd $@; pwd; $(MAKE) $(NO_STATE) $(TARGET); \