On Thu, Jul 26, 2018, at 11:09 AM, Shawn Webb wrote: > On Thu, Jul 26, 2018 at 05:05:34PM +0000, Brad Davis wrote: > > Author: brd > > Date: Thu Jul 26 17:05:33 2018 > > New Revision: 336744 > > URL: https://svnweb.freebsd.org/changeset/base/336744 > > > > Log: > > Convert bsd.files.mk to support DIRS and simplify by only having one > > install > > target. > > > > Also update the pfctl tests Makefile to work with this change. > > > > Approved by: bapt (mentor) > > Differential Revision: https://reviews.freebsd.org/D16430 > > > > Modified: > > head/sbin/pfctl/tests/files/Makefile > > head/share/mk/bsd.files.mk > > > > Modified: head/sbin/pfctl/tests/files/Makefile > > ============================================================================== > > --- head/sbin/pfctl/tests/files/Makefile Thu Jul 26 16:51:23 2018 > > (r336743) > > +++ head/sbin/pfctl/tests/files/Makefile Thu Jul 26 17:05:33 2018 > > (r336744) > > @@ -4,9 +4,7 @@ TESTSDIR= ${TESTSBASE}/sbin/pfctl/files > > BINDIR= ${TESTSDIR} > > > > # We use ${.CURDIR} as workaround so that the glob patterns work. > > -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 !=. Regards, Brad Davis _______________________________________________ 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"