mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-26 22:23:08 +00:00
build: Use rm -fv
for BATCH_DELETE_OLD_FILES
It's possible to have files with odd permissions in the tmproot (or sysroot), causing rm to prompt for each one during e.g. buildworld. Add -f to forcibly delete these. Reviewed by: brooks MFC after: 1 month Sponsored by: The FreeBSD Foundation Differential Revision: https://reviews.freebsd.org/D37111
This commit is contained in:
parent
ed72168431
commit
470fb726f3
@ -3216,7 +3216,7 @@ specific library."
|
|||||||
.if !defined(BATCH_DELETE_OLD_FILES)
|
.if !defined(BATCH_DELETE_OLD_FILES)
|
||||||
RM_I=-i
|
RM_I=-i
|
||||||
.else
|
.else
|
||||||
RM_I=-v
|
RM_I=-fv
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
list-old-files: .PHONY
|
list-old-files: .PHONY
|
||||||
|
Loading…
Reference in New Issue
Block a user