aboutsummaryrefslogtreecommitdiffstats
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
commitc05214810b196ea90226f84dd30facce08b38430 (patch)
tree1841660aa7c90e276104dd846372405a9b960084
parent0a58a0f00e8fc468339052d90dce4f3ef8361837 (diff)
downloadmaster-187ad058-c05214810b196ea90226f84dd30facce08b38430.tar.gz
master-187ad058-c05214810b196ea90226f84dd30facce08b38430.tar.bz2
master-187ad058-c05214810b196ea90226f84dd30facce08b38430.zip
clean scripts/config on distclean
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index dae32830c2..92a49bf9e8 100644
--- 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