mirror of
https://github.com/ipxe/ipxe
synced 2026-01-07 04:31:39 +03:00
[build] Use recursive deletion for "make clean"
Directories may be left behind by failed filesystem image builds, and will not currently be successfully removed by a "make clean". Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -1563,7 +1563,7 @@ VERYCLEANUP := $(foreach V,$(VERYCLEANUP),$(call ALLBIN,$(V)))
|
||||
endif
|
||||
|
||||
clean :
|
||||
$(RM) $(CLEANUP)
|
||||
$(RM) -r $(CLEANUP)
|
||||
|
||||
veryclean : clean
|
||||
$(RM) -r $(VERYCLEANUP)
|
||||
|
||||
Reference in New Issue
Block a user