svn commit: r272054 - head/usr.bin/mkimg/tests

Marcel Moolenaar marcel at FreeBSD.org
Wed Sep 24 04:17:29 UTC 2014


Author: marcel
Date: Wed Sep 24 04:17:29 2014
New Revision: 272054
URL: http://svnweb.freebsd.org/changeset/base/272054

Log:
  Clean the generated baseline files by adding them to CLEANFILES.

Modified:
  head/usr.bin/mkimg/tests/Makefile

Modified: head/usr.bin/mkimg/tests/Makefile
==============================================================================
--- head/usr.bin/mkimg/tests/Makefile	Wed Sep 24 04:06:54 2014	(r272053)
+++ head/usr.bin/mkimg/tests/Makefile	Wed Sep 24 04:17:29 2014	(r272054)
@@ -11,6 +11,8 @@ FILESDIR=	${TESTSDIR}
 ${FILES}:
 	uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
 
+CLEANFILES+=	${FILES}
+
 rebase:
 	(cd ${.CURDIR}; atf-sh mkimg.sh rebase)
 


More information about the svn-src-head mailing list