projects
/
openwrt
/
staging
/
nbd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cde379
)
don't delete .svn on distclean
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 2 Jun 2006 16:30:25 +0000
(16:30 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 2 Jun 2006 16:30:25 +0000
(16:30 +0000)
SVN-Revision: 3898
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index 1d45582affe7873b4d267d4f54f99701053fbbe8..dae32830c28b8243d02f6a31638551e3c4fa0558 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-102,7
+102,7
@@
dirclean: clean FORCE
rm -rf staging_dir_* toolchain_build_*
distclean: dirclean FORCE
- rm -rf
.* dl
+ rm -rf
dl .*config* .pkg*
.PHONY: FORCE
FORCE: