Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 Sep 2014 04:17:29 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r272054 - head/usr.bin/mkimg/tests
Message-ID:  <201409240417.s8O4HTdH023119@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409240417.s8O4HTdH023119>