projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f1c460
)
clean scripts/config on distclean
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jun 2006 00:39:08 +0000
(
00:39
+0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Thu, 8 Jun 2006 00:39:08 +0000
(
00:39
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
dae3283
..
92a49bf
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-98,10
+98,10
@@
world: ./scripts/config/conf FORCE
clean: FORCE
rm -rf build_* bin
-dirclean: clean
FORCE
+dirclean: clean
rm -rf staging_dir_* toolchain_build_*
-distclean: dirclean
FORCE
+distclean: dirclean
config-clean
rm -rf dl .*config* .pkg*
.PHONY: FORCE
This page took
0.024671 seconds
and
4
git commands to generate.