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:
parent
f5874ea6a6
commit
1c46d4842f
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user