Print this page
7627 Build should be smarter about how SGSPROTO is created
Reviewed by: Robert Mustacchi <rm@joyent.com>
Reviewed by: Kim Shrier <kshrier@racktopsystems.com>

*** 41,51 **** # Special target for native builds (ie. when we need to build a version of ld # to build a version of ld :-). native: $(SGSLIBDIR)/$(DYNLIB) ! $(SGSLIBDIR)/$(DYNLIB): pics .WAIT $$(PICS) $(BUILD.SO) $(POST_PROCESS_SO) include $(SRC)/lib/Makefile.targ include $(SRC)/cmd/sgs/Makefile.targ --- 41,53 ---- # Special target for native builds (ie. when we need to build a version of ld # to build a version of ld :-). native: $(SGSLIBDIR)/$(DYNLIB) ! $(PICS): pics ! ! $(SGSLIBDIR)/$(DYNLIB): $(PICS) $(SGSLIBDIR) $(BUILD.SO) $(POST_PROCESS_SO) include $(SRC)/lib/Makefile.targ include $(SRC)/cmd/sgs/Makefile.targ