Use the IMAGES variable to determine which image files to remove

as part of 'make -C /usr/src/release clean'.

MFC after:	3 days
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2013-11-18 15:11:13 +00:00
parent 21203fdd06
commit 849861d03f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258305

View File

@ -200,7 +200,7 @@ clean:
rm -f *.txz MANIFEST
rm -f system
rm -rf release bootonly
rm -f disc1.iso bootonly.iso memstick.img
rm -f ${IMAGES}
install:
.if defined(DESTDIR) && !empty(DESTDIR)