summaryrefslogtreecommitdiff
path: root/openwrt/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-08 00:39:08 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-08 00:39:08 +0000
commit43313bdaab3ca59eef6ca84b746db80e2d19228c (patch)
tree5c1460d283832b9fe96d3c7f698b309cf944a9f1 /openwrt/Makefile
parentde93bede138129886115d2597b32e34fb7b06ad4 (diff)
downloadmtk-20170518-43313bdaab3ca59eef6ca84b746db80e2d19228c.zip
mtk-20170518-43313bdaab3ca59eef6ca84b746db80e2d19228c.tar.gz
mtk-20170518-43313bdaab3ca59eef6ca84b746db80e2d19228c.tar.bz2
clean scripts/config on distclean
SVN-Revision: 3912
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index dae3283..92a49bf 100644
--- 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