Print this page
5468 Missing dependencies in lib/Makefile
5709 Add binary compatibility with Solaris 10 update 10.

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/link_audit/Makefile.targ
          +++ new/usr/src/cmd/sgs/link_audit/Makefile.targ
↓ open down ↓ 14 lines elided ↑ open up ↑
  15   15  # If applicable, add the following below this CDDL HEADER, with the
  16   16  # fields enclosed by brackets "[]" replaced with your own identifying
  17   17  # information: Portions Copyright [yyyy] [name of copyright owner]
  18   18  #
  19   19  # CDDL HEADER END
  20   20  #
  21   21  #
  22   22  # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
  23   23  # Use is subject to license terms.
  24   24  #
  25      -# ident "%Z%%M% %I%     %E% SMI"
       25 +# Copyright 2015 RackTop Systems.
  26   26  #
  27   27  
  28   28  %:      ../common/%.ksh
  29   29          $(RM) $@
  30   30          cat $< > $@
  31   31          chmod +x $@
  32   32  
  33   33  $(PICDIR)/%.o:  %.c
  34   34                  $(COMPILE.c) $< -o $@
  35   35                  $(POST_PROCESS_O)
↓ open down ↓ 24 lines elided ↑ open up ↑
  60   60  
  61   61  $(PERFLIB): $(PERFPICS)
  62   62                  $(BUILD.SO)
  63   63                  $(POST_PROCESS_SO)
  64   64  
  65   65  $(WHOLIB): $(WHOPICS)
  66   66                  $(BUILD.SO)
  67   67                  $(POST_PROCESS_SO)
  68   68  
  69   69  dumpbind: $(OBJDIR)/dumpbind.o
  70      -                $(LINK.c) -o $@ $(OBJDIR)/dumpbind.o
       70 +                $(LINK.c) -o $@ $(OBJDIR)/dumpbind.o $(LDLIBS)
  71   71                  $(POST_PROCESS)
  72   72  
  73   73  $(ROOTUSRBIN)/%: %
  74   74                  $(INS.file)
  75   75  
  76   76  $(ROOTCCSLIB)/%: %
  77   77                  $(INS.file)
  78   78  
  79   79  $(ROOTCCSLIB64)/%: %
  80   80                  $(INS.file)
↓ open down ↓ 45 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX