Print this page
10593 illumos build should not use kernel modules as link-editor input

*** 21,33 **** # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" ! # ! # uts/sun4u/seattle/platmod/Makefile # # This makefile drives the production of the sun4u seattle platform module. # # sun4u implementation architecture dependent # --- 21,31 ---- # # Copyright 2005 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # # This makefile drives the production of the sun4u seattle platform module. # # sun4u implementation architecture dependent #
*** 93,104 **** check: LINT_LIB_DIR = $(SEATTLE_LINT_LIB_DIR) ! $(PLATLIB): $(BINARY) ! $(BUILD.SO) $(BINARY) $(SYM_MOD): $(UNIX_O) $(PLATLIB) @echo "resolving symbols against unix.o" @(cd $(UNIX_DIR); pwd; \ PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck) --- 91,102 ---- check: LINT_LIB_DIR = $(SEATTLE_LINT_LIB_DIR) ! $(PLATLIB): $(OBJECTS) ! $(BUILD.SO) $(OBJECTS) $(SYM_MOD): $(UNIX_O) $(PLATLIB) @echo "resolving symbols against unix.o" @(cd $(UNIX_DIR); pwd; \ PLAT_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)