remove sentinel files when cleaning
This commit is contained in:
parent
b9672fb8d5
commit
fc49f6bdd9
|
@ -370,3 +370,4 @@ include $(PROJECT_DIR)/rusefi_pch.mk
|
||||||
CLEAN_RULE_HOOK: CLEAN_PCH_HOOK
|
CLEAN_RULE_HOOK: CLEAN_PCH_HOOK
|
||||||
@echo Cleaning-BLT
|
@echo Cleaning-BLT
|
||||||
-rm -fR $(BUILDDIR)/*
|
-rm -fR $(BUILDDIR)/*
|
||||||
|
rm -f .*-sentinel
|
||||||
|
|
|
@ -180,6 +180,7 @@ CLEAN_BUNDLE_HOOK:
|
||||||
BOARD_DIR=../$(BOARD_DIR) BOARD_META_PATH=../$(BOARD_META_PATH) $(MAKE) -C bootloader clean
|
BOARD_DIR=../$(BOARD_DIR) BOARD_META_PATH=../$(BOARD_META_PATH) $(MAKE) -C bootloader clean
|
||||||
rm -rf $(FOLDER)
|
rm -rf $(FOLDER)
|
||||||
rm -rf $(DELIVER)
|
rm -rf $(DELIVER)
|
||||||
|
rm -f .*-sentinel
|
||||||
@echo Done Cleaning Bundle
|
@echo Done Cleaning Bundle
|
||||||
|
|
||||||
# We need to use secondary expansion on these rules to find the target file in the source file list.
|
# We need to use secondary expansion on these rules to find the target file in the source file list.
|
||||||
|
|
Loading…
Reference in New Issue