From: Felix Fietkau Date: Wed, 11 May 2016 08:02:36 +0000 (+0200) Subject: build: fix make clean, delete package directories for selected arch X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=30d955a7a5570114d830c714e562be5427d76937;p=openwrt%2Fstaging%2Fdangole.git build: fix make clean, delete package directories for selected arch Signed-off-by: Felix Fietkau --- diff --git a/Makefile b/Makefile index 74a878c61d0..c3e1ed77076 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,7 @@ printdb: prepare: $(target/stamp-compile) clean: FORCE - rm -rf $(BUILD_DIR) $(STAGING_DIR) $(BIN_DIR) $(BUILD_LOG_DIR) + rm -rf $(BUILD_DIR) $(STAGING_DIR) $(BIN_DIR) $(OUTPUT_DIR)/packages/$(ARCH_PACKAGES) $(BUILD_LOG_DIR) dirclean: clean rm -rf $(STAGING_DIR_HOST) $(TOOLCHAIN_DIR) $(BUILD_DIR_HOST) $(BUILD_DIR_TOOLCHAIN)