Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/lib/Makefile.lib
          +++ new/usr/src/lib/Makefile.lib
↓ open down ↓ 22 lines elided ↑ open up ↑
  23   23  #
  24   24  # Definitions common to libraries.
  25   25  #
  26   26  # include global definitions; SRC should be defined in the shell.
  27   27  # SRC is needed until RFE 1026993 is implemented.
  28   28  
  29   29  include         $(SRC)/Makefile.master
  30   30  
  31   31  LORDER=         lorder
  32   32  TSORT=          tsort
  33      -AWK=            awk
       33 +AWK=            /usr/xpg4/bin/awk
  34   34  
  35   35  #
  36   36  # By default, we define the source directory for libraries to be
  37   37  # one level up from the ISA-specific directory, where the code is
  38   38  # actually built.  Many libraries define a 'common' directory to
  39   39  # contain the source.  These libraries must redefine SRCDIR as:
  40   40  #       SRCDIR = ../common
  41   41  # Other variations are possible (../port, ../src, etc).
  42   42  #
  43   43  SRCDIR =        ..
↓ open down ↓ 217 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX