Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Jul 2018 20:53:44 -0700
From:      Mark Millard <marklmi@yahoo.com>
To:        brd@FreeBSD.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r336744 - in head: sbin/pfctl/tests/files share/mk
Message-ID:  <EFD410C3-0F6D-4426-9A12-4C0FD59D4EAA@yahoo.com>

next in thread | raw e-mail | index | archive | help
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=3D		${.CURDIR}/pf????.in
> > > -FILES+=3D		${.CURDIR}/pf????.include
> > > -FILES+=3D		${.CURDIR}/pf????.ok
> > > +FILES!=3D		echo ${.CURDIR}/pf????.in =
${.CURDIR}/pf????.include ${.CURDIR}/pf????.ok
> >=20
> > Should this use ${ECHO} instead of echo?
>=20
>=20
> No, that wouldn't work at all with the !=3D.

/usr/ports/Mk/bsd.port.mk has things like:

OPSYS!=3D	${UNAME} -s
and:
_OSRELEASE!=3D	${UNAME} -r

Is your ${ECHO} note specific to the combination of ${ECHO} and !=3D
for some reason --or does it apply to the likes of ${UNAME} mixed
with !=3D too?

=3D=3D=3D
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?EFD410C3-0F6D-4426-9A12-4C0FD59D4EAA>