svn commit: r299031 - user/ngie/release-pkg-fix-tests/usr.bin/mkimg/tests

Garrett Cooper ngie at FreeBSD.org
Wed May 4 01:31:01 UTC 2016


Author: ngie
Date: Wed May  4 01:31:00 2016
New Revision: 299031
URL: https://svnweb.freebsd.org/changeset/base/299031

Log:
  Fix up some items missed in the TESTS -> ${PACKAGE}FILES conversion
  
  This reared its ugly head because the files weren't being generated/cleaned

Modified:
  user/ngie/release-pkg-fix-tests/usr.bin/mkimg/tests/Makefile

Modified: user/ngie/release-pkg-fix-tests/usr.bin/mkimg/tests/Makefile
==============================================================================
--- user/ngie/release-pkg-fix-tests/usr.bin/mkimg/tests/Makefile	Wed May  4 01:29:43 2016	(r299030)
+++ user/ngie/release-pkg-fix-tests/usr.bin/mkimg/tests/Makefile	Wed May  4 01:31:00 2016	(r299031)
@@ -7,10 +7,10 @@ ATF_TESTS_SH=	mkimg
 SOURCES!=	cd ${.CURDIR}; echo *.uu
 ${PACKAGE}FILES+=		${SOURCES:S,.gz.uu,,g}
 
-${TESTS}:
+${${PACKAGE}FILES}:
 	uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
 
-CLEANFILES+=	${TESTS}
+CLEANFILES+=	${${PACKAGE}FILES}}
 
 rebase:
 	(cd ${.CURDIR}; atf-sh mkimg.sh rebase)


More information about the svn-src-user mailing list