projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fb8ef75
)
don't delete .svn on distclean
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Jun 2006 16:30:25 +0000
(16:30 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 2 Jun 2006 16:30:25 +0000
(16:30 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3898
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
1d45582
..
dae3283
100644
(file)
--- a/
Makefile
+++ b/
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:
This page took
0.026544 seconds
and
4
git commands to generate.