Print this page
7612 SGSPROTO lacks structure
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Richard Lowe <richlowe@richlowe.net>

*** 20,30 **** # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" # pics/%.o: ../common/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O) --- 20,30 ---- # # # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright 2016 RackTop Systems. # pics/%.o: ../common/%.c $(COMPILE.c) -o $@ $< $(POST_PROCESS_O)
*** 99,116 **** .WAIT $(SGSLINTOUT) # Special target for native builds (ie. when we need to build a version of ld # to build a version of ld :-). ! native: $(SGSPROTO)/$(DYNLIB) ! $(SGSPROTO)/$(DYNLIB): \ ! pics .WAIT $$(PICS) $(BUILD.SO) $(POST_PROCESS_SO) ! @$(RM) $(SGSPROTO)/$(LIBLINKS) ! $(SYMLINK) $(DYNLIB) $(SGSPROTO)/$(LIBLINKS) include $(SRC)/lib/Makefile.targ include $(SRC)/cmd/sgs/Makefile.targ # Derived source and header files (messaging). --- 99,117 ---- .WAIT $(SGSLINTOUT) # Special target for native builds (ie. when we need to build a version of ld # to build a version of ld :-). ! native: $(SGSLIBDIR)/$(LIBLINKS) ! $(SGSLIBDIR)/$(DYNLIB): pics .WAIT $$(PICS) $(BUILD.SO) $(POST_PROCESS_SO) ! ! $(SGSLIBDIR)/$(LIBLINKS): $(SGSLIBDIR)/$(DYNLIB) ! @$(RM) $(SGSLIBDIR)/$(LIBLINKS) ! $(SYMLINK) $(DYNLIB) $(SGSLIBDIR)/$(LIBLINKS) include $(SRC)/lib/Makefile.targ include $(SRC)/cmd/sgs/Makefile.targ # Derived source and header files (messaging).