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

Split Close
Expand all
Collapse all
          --- old/usr/src/tools/Makefile
          +++ new/usr/src/tools/Makefile
↓ open down ↓ 50 lines elided ↑ open up ↑
  51   51          cscope-fast \
  52   52          env \
  53   53          findunref \
  54   54          lintdump \
  55   55          make \
  56   56          makesoftcore \
  57   57          ndrgen \
  58   58          onbld \
  59   59          protocmp \
  60   60          protolist \
  61      -        scripts
       61 +        scripts \
       62 +        sgs
  62   63  
  63   64  #
  64   65  #  special versions of commands for use only in build
  65   66  #
  66   67  UNSHIPPED_SUBDIRS = \
       68 +        $(SGSMSG) \
       69 +        $(SGSLIBCONV) \
       70 +        $(SGSLIBELF) \
       71 +        $(SGSLIBLDDBG) \
       72 +        $(SGSLIBLD) \
       73 +        $(SGSLD) \
  67   74          localedef \
  68   75          mandoc \
  69   76          tic \
  70   77          vtfontcvt \
  71   78          zic
  72   79  
  73   80  sparc_SUBDIRS= \
  74   81          chk4ubin \
  75   82          stabs \
  76   83          tokenize
  77   84  
  78   85  i386_SUBDIRS=           \
  79   86          aw              \
  80   87          cpcgen          \
  81   88          elfextract      \
  82   89          mbh_patch       \
  83   90          btxld
       91 +
       92 +$(INTEL_BLD)sgs: aw
  84   93  
  85   94  LINTSUBDIRS= \
  86   95          codereview \
  87   96          ctf \
  88   97          cw \
  89   98          findunref \
  90   99          lintdump \
  91  100          ndrgen \
  92  101          protocmp \
  93  102          protolist
↓ open down ↓ 86 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX