Print this page
XXX Remove nawk(1)
*** 20,30 ****
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
pkginfo: ../common/pkginfo.tmpl awk_pkginfo
! $(RM) $@; nawk -f awk_pkginfo ../common/$@.tmpl > $@
pkg: FRC
@ $(RM) -r $(PACKAGE)
pkgmk -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) \
-o $(PACKAGE) 2>&1 | egrep -v "$(SRC)|parametric paths may"
--- 20,30 ----
#
# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
# Use is subject to license terms.
pkginfo: ../common/pkginfo.tmpl awk_pkginfo
! $(RM) $@; /usr/xpg4/bin/awk -f awk_pkginfo ../common/$@.tmpl > $@
pkg: FRC
@ $(RM) -r $(PACKAGE)
pkgmk -f prototype_$(MACH) -d $(PKGARCHIVE) -r $(ROOT) \
-o $(PACKAGE) 2>&1 | egrep -v "$(SRC)|parametric paths may"