Print this page
11461 should use a native link-editor during the build
11463 SUNWonld has passed its use-by date
11464 cmd/sgs/tools should contain tools, not common code
11465 sgsmsg should be built with the rest of the build tools


  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27 #
  28 
  29 include         ../Makefile.com
  30 
  31 $(ONLIBS) \
  32 $(CCSLIBS) :=   CFLAGS +=       $(C_PICFLAGS) $(NO_ASM_WARN)
  33 
  34 .KEEP_STATE:
  35 
  36 all:            $(OBJDIR) $(PICDIR) .WAIT $(CCSLIBS) $(CCSSCRIPTS) \
  37                 $(ONSCRIPTS) $(ONPROGS) $(ONLIBS)
  38 
  39 install:        all $(ROOTCCSLIB) .WAIT $(ROOTUSRBINS) $(ROOTCCSLIBS)
  40 
  41 package:        install .WAIT $(ROOTONLDLIBS) $(ROOTONLDBINPROG)
  42 
  43 include         ../Makefile.targ


  19 # CDDL HEADER END
  20 #
  21 
  22 #
  23 # Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  24 # Use is subject to license terms.
  25 #
  26 # Copyright 2019 OmniOS Community Edition (OmniOSce) Association.
  27 #
  28 
  29 include         ../Makefile.com
  30 
  31 $(ONLIBS) \
  32 $(CCSLIBS) :=   CFLAGS +=       $(C_PICFLAGS) $(NO_ASM_WARN)
  33 
  34 .KEEP_STATE:
  35 
  36 all:            $(OBJDIR) $(PICDIR) .WAIT $(CCSLIBS) $(CCSSCRIPTS) \
  37                 $(ONSCRIPTS) $(ONPROGS) $(ONLIBS)
  38 
  39 install:        all $(ROOTCCSLIB) .WAIT $(ROOTUSRBINS) $(ROOTCCSLIBS) \
  40                 .WAIT $(ROOTONLDLIBS) $(ROOTONLDBINPROG)

  41 
  42 include         ../Makefile.targ