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)
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to