projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
992c8c7
)
make clean should remove the BUILD_DIR
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 19:56:41 +0000
(19:56 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 22 Oct 2005 19:56:41 +0000
(19:56 +0000)
SVN-Revision: 2258
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index d478227523d633749219e26b68318d23f25e7fe4..1702dd801a0616a3df8a175d69246e4e0c19373b 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-101,10
+101,10
@@
image_clean:
target_clean: image_clean
rm -rf $(BUILD_DIR)/linux-*/root
-clean:
target_
clean
+clean:
dir
clean
@$(MAKE) -C $(CONFIG) clean
-dirclean: clean
+dirclean:
target_
clean
rm -rf $(BUILD_DIR)
distclean: clean