Brad Davis brd at FreeBSD.org wrote on Thu Jul 26 17:11:15 UTC 2018 : > On Thu, Jul 26, 2018, at 11:09 AM, Shawn Webb wrote: > . . . > > > -FILES= ${.CURDIR}/pf????.in > > > -FILES+= ${.CURDIR}/pf????.include > > > -FILES+= ${.CURDIR}/pf????.ok > > > +FILES!= echo ${.CURDIR}/pf????.in ${.CURDIR}/pf????.include > > > ${.CURDIR}/pf????.ok > > > > Should this use ${ECHO} instead of echo? > > > No, that wouldn't work at all with the !=.
/usr/ports/Mk/bsd.port.mk has things like: OPSYS!= ${UNAME} -s and: _OSRELEASE!= ${UNAME} -r Is your ${ECHO} note specific to the combination of ${ECHO} and != for some reason --or does it apply to the likes of ${UNAME} mixed with != too? === Mark Millard marklmi at yahoo.com ( dsl-only.net went away in early 2018-Mar) _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"