Print this page
10593 illumos build should not use kernel modules as link-editor input
*** 21,32 ****
#
# Copyright 2005 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 sun4u tazmo platform module.
#
# sun4u implementation architecture dependent
--- 21,30 ----
*** 93,104 ****
check:
LINT_LIB_DIR = $(TAZMO_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 = $(TAZMO_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)