svn commit: r336744 - in head: sbin/pfctl/tests/files share/mk

Mark Millard marklmi at yahoo.com
Sun Jul 29 03:53:51 UTC 2018


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)



More information about the svn-src-head mailing list