Print this page
9852 enable ld(1) guidance and deflib assertions for the illumos build

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/Makefile
          +++ new/usr/src/cmd/Makefile
↓ open down ↓ 768 lines elided ↑ open up ↑
 769  769  AUDITSUBDIRS=           \
 770  770          amt             \
 771  771          audit           \
 772  772          audit_warn      \
 773  773          auditconfig     \
 774  774          auditd          \
 775  775          auditrecord     \
 776  776          auditreduce     \
 777  777          auditset        \
 778  778          auditstat       \
 779      -        praudit         
      779 +        praudit
 780  780  
 781  781  #
 782  782  # commands not owned by the systems group
 783  783  #
 784  784  BWOSDIRS=
 785  785  
 786  786  
 787  787  all :=          TARGET = all
 788  788  install :=      TARGET = install
 789  789  clean :=        TARGET = clean
↓ open down ↓ 26 lines elided ↑ open up ↑
 816  816  # some level of parallelization, causing some of the _dc objects
 817  817  # not to be built.
 818  818  #
 819  819  _msg: $(MSGSUBDIRS) $($(MACH)_MSGSUBDIRS) .WAIT _dc
 820  820  
 821  821  _dc: $(DCSUBDIRS)
 822  822  
 823  823  #
 824  824  # Dependencies
 825  825  #
      826 +abi:    sgs
 826  827  fs.d:   fstyp
 827  828  ksh:    shcomp isaexec
 828  829  print:  lp
 829  830  fmt:    mailx
 830  831  
 831  832  $(FIRST_SUBDIRS) $(BWOSDIRS) $(SUBDIRS) $(AUDITSUBDIRS): FRC
 832  833          @if [ -f $@/Makefile  ]; then \
 833  834                  cd $@; pwd; $(MAKE) $(TARGET); \
 834  835          else \
 835  836                  true; \
 836  837          fi
 837  838  
 838  839  FRC:
    
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX