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

*** 21,31 **** # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "%Z%%M% %I% %E% SMI" # all: $(PROG) package \ --- 21,31 ---- # # Copyright 2007 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # Copyright 2016 RackTop Systems. # all: $(PROG) package \
*** 49,61 **** include $(SRC)/cmd/sgs/Makefile.targ # Special target for native builds (ie. when we need to build a version of ld # to build a version of ld :-). ! native: $(SGSPROTO)/$(PROG) ! $(SGSPROTO)/$(PROG) \ $(PROG): $$(OBJS) $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(POST_PROCESS) # Derived source and header files (messaging). --- 49,61 ---- include $(SRC)/cmd/sgs/Makefile.targ # Special target for native builds (ie. when we need to build a version of ld # to build a version of ld :-). ! native: $(SGSBINDIR)/$(PROG) ! $(SGSBINDIR)/$(PROG) \ $(PROG): $$(OBJS) $(LINK.c) $(OBJS) -o $@ $(LDLIBS) $(POST_PROCESS) # Derived source and header files (messaging).