projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d34d371
)
remove ccache directory on distclean
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Oct 2006 10:50:24 +0000
(10:50 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 5 Oct 2006 10:50:24 +0000
(10:50 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@4923
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
c2538c2
..
89ca7d3
100644
(file)
--- a/
Makefile
+++ b/
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: ;
This page took
0.02705 seconds
and
4
git commands to generate.