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

*** 17,31 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # - # uts/sun4v/vfalls/Makefile # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # - #ident "%Z%%M% %I% %E% SMI" # # This makefile drives the production of the UltraSPARC-T2+ cpu module. # # sun4v implementation architecture dependent # --- 17,30 ---- # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. + # # # This makefile drives the production of the UltraSPARC-T2+ cpu module. # # sun4v implementation architecture dependent #
*** 104,115 **** clean.lint: $(CLEAN_LINT_DEPS) install: $(INSTALL_DEPS) ! $(CPULIB): $(BINARY) ! $(BUILD.SO) $(BINARY) $(SYM_MOD): $(UNIX_O) $(CPULIB) @echo "resolving symbols against unix.o" @(cd $(UNIX_DIR); pwd; \ CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck) --- 103,114 ---- clean.lint: $(CLEAN_LINT_DEPS) install: $(INSTALL_DEPS) ! $(CPULIB): $(OBJECTS) ! $(BUILD.SO) $(OBJECTS) $(SYM_MOD): $(UNIX_O) $(CPULIB) @echo "resolving symbols against unix.o" @(cd $(UNIX_DIR); pwd; \ CPU_DIR=$(HERE) SYM_MOD=$(HERE)/$(SYM_MOD) $(MAKE) symcheck)