Print this page
XXX Remove nawk(1)

*** 151,161 **** sparc_ARCH32= sparcv7 i386_ARCH64= amd64 sparc_ARCH64= sparcv9 OPENSSL = /usr/bin/openssl ! OPENSSL10.cmd = $(OPENSSL) version | $(NAWK) '{if($$2<1){print "\043";}}' OPENSSL10_ONLY = $(OPENSSL10.cmd:sh) # # macros and transforms needed by pkgmogrify # --- 151,161 ---- sparc_ARCH32= sparcv7 i386_ARCH64= amd64 sparc_ARCH64= sparcv9 OPENSSL = /usr/bin/openssl ! OPENSSL10.cmd = $(OPENSSL) version | $(AWK) '{if($$2<1){print "\043";}}' OPENSSL10_ONLY = $(OPENSSL10.cmd:sh) # # macros and transforms needed by pkgmogrify #
*** 608,618 **** $(PKGLISTS): $(PROC_PKGS) $(PKGDEBUG)sdotr=$(@F:packages.%=%); \ r=$${sdotr%.+(?)}; s=$${sdotr#+(?).}; \ print "Generating $$r $$s package list"; \ $(RM) $(@); $(TOUCH) $(@); \ ! $(NAWK) 'BEGIN { \ if (ARGC < 2) { \ exit; \ } \ retcode = 0; \ for (i = 1; i < ARGC; i++) { \ --- 608,618 ---- $(PKGLISTS): $(PROC_PKGS) $(PKGDEBUG)sdotr=$(@F:packages.%=%); \ r=$${sdotr%.+(?)}; s=$${sdotr#+(?).}; \ print "Generating $$r $$s package list"; \ $(RM) $(@); $(TOUCH) $(@); \ ! $(AWK) 'BEGIN { \ if (ARGC < 2) { \ exit; \ } \ retcode = 0; \ for (i = 1; i < ARGC; i++) { \
*** 661,671 **** # 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) '{ \ print "$(PKGROOT)/licenses/" $$0; \ print "$(PKGROOT)/licenses/" $$0 ".descrip"; \ }' license-list` > /dev/null; protocmp: makesilent --- 661,671 ---- # content without reference to $CODEMGR_WS during publication. # stage-licenses: license-list FRC $(PKGDEBUG)$(MAKE) -e -f Makefile.lic \ PKGDEBUG=$(PKGDEBUG) LICROOT=$(PKGROOT)/licenses \ ! `$(AWK) '{ \ print "$(PKGROOT)/licenses/" $$0; \ print "$(PKGROOT)/licenses/" $$0 ".descrip"; \ }' license-list` > /dev/null; protocmp: makesilent