remove sentinel files when cleaning

This commit is contained in:
David Holdeman 2024-03-02 17:33:31 -06:00 committed by rusefillc
parent b9672fb8d5
commit fc49f6bdd9
2 changed files with 2 additions and 0 deletions

View File

@ -370,3 +370,4 @@ include $(PROJECT_DIR)/rusefi_pch.mk
CLEAN_RULE_HOOK: CLEAN_PCH_HOOK
@echo Cleaning-BLT
-rm -fR $(BUILDDIR)/*
rm -f .*-sentinel

View File

@ -180,6 +180,7 @@ CLEAN_BUNDLE_HOOK:
BOARD_DIR=../$(BOARD_DIR) BOARD_META_PATH=../$(BOARD_META_PATH) $(MAKE) -C bootloader clean
rm -rf $(FOLDER)
rm -rf $(DELIVER)
rm -f .*-sentinel
@echo Done Cleaning Bundle
# We need to use secondary expansion on these rules to find the target file in the source file list.