projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de93bed
)
clean scripts/config on distclean
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 8 Jun 2006 00:39:08 +0000
(
00:39
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 8 Jun 2006 00:39:08 +0000
(
00:39
+0000)
SVN-Revision: 3912
openwrt/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/Makefile
b/openwrt/Makefile
index dae32830c28b8243d02f6a31638551e3c4fa0558..92a49bf9e81c9fe7abd8a56ebc34a80a3af85dd2 100644
(file)
--- a/
openwrt/Makefile
+++ b/
openwrt/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