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 sun4v default platform module. # # sun4v implementation architecture dependent --- 21,30 ----
*** 88,99 **** clean.lint: $(CLEAN_LINT_DEPS) install: $(INSTALL_DEPS) ! $(PLATLIB): $(BINARY) ! $(BUILD.SO) $(BINARY) # # Include common targets. # include $(UTSBASE)/$(PLATFORM)/Makefile.targ --- 86,97 ---- clean.lint: $(CLEAN_LINT_DEPS) install: $(INSTALL_DEPS) ! $(PLATLIB): $(OBJECTS) ! $(BUILD.SO) $(OBJECTS) # # Include common targets. # include $(UTSBASE)/$(PLATFORM)/Makefile.targ