projects
/
openwrt
/
staging
/
yousong.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff2e88
)
remove BIN_DIR on make clean in the image builder
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 14 Jan 2007 23:12:30 +0000
(23:12 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 14 Jan 2007 23:12:30 +0000
(23:12 +0000)
SVN-Revision: 6101
target/imagebuilder/files/Makefile
patch
|
blob
|
history
diff --git
a/target/imagebuilder/files/Makefile
b/target/imagebuilder/files/Makefile
index d4bcdf5fa93aa67f6112762adceba33ab2531aff..5f999837d8172165731216e1919b6e2c4b590bf4 100644
(file)
--- 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