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

*** 21,32 **** # # 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 sun4u default platform # module. # --- 21,30 ----
*** 91,102 **** install: $(INSTALL_DEPS) install_h: ! $(PLATLIB): $(BINARY) ! $(BUILD.SO) $(BINARY) # # Include common targets. # include $(UTSBASE)/sun4u/Makefile.targ --- 89,100 ---- install: $(INSTALL_DEPS) install_h: ! $(PLATLIB): $(OBJECTS) ! $(BUILD.SO) $(OBJECTS) # # Include common targets. # include $(UTSBASE)/sun4u/Makefile.targ