Print this page
XXX Remove nawk(1)

@@ -151,11 +151,11 @@
 sparc_ARCH32= sparcv7
 i386_ARCH64= amd64
 sparc_ARCH64= sparcv9
 
 OPENSSL =       /usr/bin/openssl
-OPENSSL10.cmd = $(OPENSSL) version | $(NAWK) '{if($$2<1){print "\043";}}'
+OPENSSL10.cmd = $(OPENSSL) version | $(AWK) '{if($$2<1){print "\043";}}'
 OPENSSL10_ONLY  =       $(OPENSSL10.cmd:sh)
 
 #
 # macros and transforms needed by pkgmogrify
 #

@@ -608,11 +608,11 @@
 $(PKGLISTS): $(PROC_PKGS)
         $(PKGDEBUG)sdotr=$(@F:packages.%=%); \
         r=$${sdotr%.+(?)}; s=$${sdotr#+(?).}; \
         print "Generating $$r $$s package list"; \
         $(RM) $(@); $(TOUCH) $(@); \
-        $(NAWK) 'BEGIN { \
+        $(AWK) 'BEGIN { \
                 if (ARGC < 2) { \
                         exit; \
                 } \
                 retcode = 0; \
                 for (i = 1; i < ARGC; i++) { \

@@ -661,11 +661,11 @@
 # content without reference to $CODEMGR_WS during publication.
 #
 stage-licenses: license-list FRC
         $(PKGDEBUG)$(MAKE) -e -f Makefile.lic \
                 PKGDEBUG=$(PKGDEBUG) LICROOT=$(PKGROOT)/licenses \
-                `$(NAWK) '{ \
+                `$(AWK) '{ \
                         print "$(PKGROOT)/licenses/" $$0; \
                         print "$(PKGROOT)/licenses/" $$0 ".descrip"; \
                 }' license-list` > /dev/null;
 
 protocmp: makesilent