summaryrefslogtreecommitdiffstats
path: root/target/imagebuilder/files
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-14 23:12:30 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-01-14 23:12:30 +0000
commit9ddafedf93e8ee47af26e49b23d63eb8a775240a (patch)
tree3149a1640ed2561d21a28a3023221ec6544580e7 /target/imagebuilder/files
parentf72e9c8897b99f929d1e82265d19642ca489fbd4 (diff)
remove BIN_DIR on make clean in the image builder
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@6101 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/imagebuilder/files')
-rw-r--r--target/imagebuilder/files/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile
index d4bcdf5fa..5f999837d 100644
--- a/target/imagebuilder/files/Makefile
+++ b/target/imagebuilder/files/Makefile
@@ -140,7 +140,7 @@ build_image: FORCE
$(NO_TRACE_MAKE) -C target/linux/$(BOARD)-$(KERNEL)/image install IB=1
clean:
- rm -rf tmp $(TARGET_DIR)
+ rm -rf tmp $(TARGET_DIR) $(BIN_DIR)
.PHONY: FORCE
.SILENT: help info image