Print this page
XXX Remove nawk(1)

Split Close
Expand all
Collapse all
          --- old/usr/src/cmd/sgs/packages/Makefile.targ
          +++ new/usr/src/cmd/sgs/packages/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  # Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
  22   22  # Use is subject to license terms.
  23   23  
  24   24  pkginfo: ../common/pkginfo.tmpl awk_pkginfo
  25      -        $(RM) $@; nawk -f awk_pkginfo ../common/$@.tmpl > $@
       25 +        $(RM) $@; /usr/xpg4/bin/awk -f awk_pkginfo ../common/$@.tmpl > $@
  26   26  
  27   27  pkg: FRC
  28   28          @ $(RM) -r $(PACKAGE)
  29   29          pkgmk -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) \
  30   30                  -o $(PACKAGE) 2>&1 | egrep -v "$(SRC)|parametric paths may"
  31   31          pkgtrans -o -s $(PKGARCHIVE) $(PACKAGE).tmp $(PACKAGE)
  32   32          $(RM) -r $(PKGARCHIVE)/$(PACKAGE)
  33   33          mv $(PKGARCHIVE)/$(PACKAGE).tmp $(PKGARCHIVE)/$(PACKAGE)
  34   34  
  35   35  $(DATAFILES): ../common/$$@
↓ open down ↓ 14 lines elided ↑ open up ↑
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX