MFC r267326, r267327:
r267326: Add empty pkg-stage file to CLEANFILES if WITH_DVD=1. r267327: Fix indentation level. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
149b9c04da
commit
9a085d96e7
@ -100,6 +100,9 @@ CLEANFILES= packagesystem *.txz MANIFEST system ${IMAGES}
|
||||
CLEANFILES+= ${I}.xz
|
||||
. endfor
|
||||
.endif
|
||||
.if defined(WITH_DVD) && !empty(WITH_DVD)
|
||||
CLEANFILES+= pkg-stage
|
||||
.endif
|
||||
CLEANDIRS= dist ftp release bootonly dvd
|
||||
beforeclean:
|
||||
chflags -R noschg .
|
||||
|
Loading…
Reference in New Issue
Block a user