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/cmd/sgs/ldprof/Makefile.com
          +++ new/usr/src/cmd/sgs/ldprof/Makefile.com
↓ open down ↓ 30 lines elided ↑ open up ↑
  31   31  BLTOBJ=         msg.o
  32   32  OBJECTS=        $(COMOBJS) $(BLTOBJ)
  33   33  
  34   34  include         ../../../../lib/Makefile.lib
  35   35  include         ../../Makefile.com
  36   36  
  37   37  ROOTLIBDIR=     $(ROOT)/usr/lib/link_audit
  38   38  
  39   39  MAPFILES =      ../common/mapfile-vers
  40   40  
  41      -DYNFLAGS +=     $(CC_USE_PROTO)
  42   41  CPPFLAGS=       -I. -I../common -I../../include \
  43   42                  -I../../rtld/common \
  44   43                  -I../../include/$(MACH) \
  45      -                -I$(SRCBASE)/lib/libc/inc \
  46      -                -I$(SRCBASE)/uts/common/krtld \
       44 +                -I$(SRC)/lib/libc/inc \
       45 +                -I$(SRC)/uts/common/krtld \
  47   46                  -I$(SRC)/common/sgsrtcid \
  48      -                -I$(SRCBASE)/uts/$(ARCH)/sys \
       47 +                -I$(SRC)/uts/$(ARCH)/sys \
  49   48                  $(CPPFLAGS.master) -I$(ELFCAP)
  50   49  CFLAGS +=       $(C_PICFLAGS)
  51   50  
  52   51  SMOFF += indenting
  53   52  
  54   53  LDLIBS +=       $(ZRECORD) -lmapmalloc -lc $(DLLIB)
  55   54  
  56   55  BLTDEFS=        msg.h
  57   56  BLTDATA=        msg.c
  58   57  BLTMESG=        $(SGSMSGDIR)/ldprof
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX