projects
/
openwrt
/
staging
/
ynezz.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77003ae
)
remove ccache directory on distclean
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Oct 2006 10:50:24 +0000
(10:50 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 5 Oct 2006 10:50:24 +0000
(10:50 +0000)
SVN-Revision: 4923
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index c2538c204573f3eeb392bb50388884d90a50c190..89ca7d38b63bf69e640cd9fe91ef7f13549f4def 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/Makefile
@@
-132,7
+132,7
@@
dirclean: clean
rm -rf staging_dir_* toolchain_build_* tool_build
distclean: dirclean config-clean
- rm -rf dl .*config* .pkg* .prereq
+ rm -rf dl .*config* .pkg* .prereq
ccache_*
.SILENT: clean dirclean distclean config-clean download world
FORCE: ;