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


  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 CONVLIBDIR =    $(CONVLIBDIR64)
  32 ELFLIBDIR =     $(ELFLIBDIR64)
  33 
  34 $(ONLIBS) \
  35 $(CCSLIBS) :=   CFLAGS64 +=     $(C_PICFLAGS64) $(NO_ASM_WARN)
  36 
  37 .KEEP_STATE:
  38 
  39 all:            $(PICDIR) .WAIT $(CCSLIBS) $(CCSSCRIPTS) \
  40                 $(ONSCRIPTS) $(ONLIBS)
  41 
  42 install:        all $(ROOTCCSLIB64) .WAIT $(ROOTCCSLIBS64)
  43 
  44 package:        install .WAIT $(ROOTONLDLIBS64)
  45 
  46 include         ../Makefile.targ
  47 include         ../../Makefile.sub.64


  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 CONVLIBDIR =    $(CONVLIBDIR64)
  32 ELFLIBDIR =     $(ELFLIBDIR64)
  33 
  34 $(ONLIBS) \
  35 $(CCSLIBS) :=   CFLAGS64 +=     $(C_PICFLAGS64) $(NO_ASM_WARN)
  36 
  37 .KEEP_STATE:
  38 
  39 all:            $(PICDIR) .WAIT $(CCSLIBS) $(CCSSCRIPTS) \
  40                 $(ONSCRIPTS) $(ONLIBS)
  41 
  42 install:        all $(ROOTCCSLIB64) .WAIT $(ROOTCCSLIBS64) .WAIT $(ROOTONLDLIBS64)


  43 
  44 include         ../Makefile.targ
  45 include         ../../Makefile.sub.64