1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-21 15:45:02 +00:00

Clean the generated baseline files by adding them to CLEANFILES.

This commit is contained in:
Marcel Moolenaar 2014-09-24 04:17:29 +00:00
parent be26ce21e0
commit d60351df8f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272054

View File

@ -11,6 +11,8 @@ FILESDIR= ${TESTSDIR}
${FILES}: ${FILES}:
uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET} uudecode -p ${.CURDIR}/${.TARGET}.gz.uu | gunzip -c > ${.TARGET}
CLEANFILES+= ${FILES}
rebase: rebase:
(cd ${.CURDIR}; atf-sh mkimg.sh rebase) (cd ${.CURDIR}; atf-sh mkimg.sh rebase)