aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorHuangbin Zhan <zhanhb88@gmail.com>2022-04-24 09:58:25 +0800
committerHauke Mehrtens <hauke@hauke-m.de>2022-05-01 13:23:12 +0200
commitfbd9605a908dc514ebf669589d40ea38c1d25134 (patch)
tree08ec2ca9d4121bf11f7ea25797fe5dc282f9f69d /Makefile
parent946f60aaebc6ecb069696d0375a5cb1e2f80658b (diff)
downloadupstream-fbd9605a908dc514ebf669589d40ea38c1d25134.tar.gz
upstream-fbd9605a908dc514ebf669589d40ea38c1d25134.tar.bz2
upstream-fbd9605a908dc514ebf669589d40ea38c1d25134.zip
build: don't remove BUILD_LOG_DIR in _clean
targetclean should not remove BUILD_LOG Fixes: db34b93331e9 (add a version that can be bumped to force toolchain/target rebuild) Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com> (cherry picked from commit aeaa816cd2bd22de165c71a41d8d198a9235e971)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d85df6c3cf..3ac110367d 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,7 @@ printdb:
prepare: $(target/stamp-compile)
_clean: FORCE
- rm -rf $(BUILD_DIR) $(STAGING_DIR) $(BIN_DIR) $(OUTPUT_DIR)/packages/$(ARCH_PACKAGES) $(BUILD_LOG_DIR) $(TOPDIR)/staging_dir/packages
+ rm -rf $(BUILD_DIR) $(STAGING_DIR) $(BIN_DIR) $(OUTPUT_DIR)/packages/$(ARCH_PACKAGES) $(TOPDIR)/staging_dir/packages
clean: _clean
rm -rf $(BUILD_LOG_DIR)