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:
gjb 2013-11-18 15:11:13 +00:00
parent f5874ea6a6
commit 1c46d4842f

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)