From: nbd Date: Thu, 8 Jun 2006 00:39:08 +0000 (+0000) Subject: clean scripts/config on distclean X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/db3abbe8740973d6cac46cb2128e949d198e3393 clean scripts/config on distclean git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index dae32830c..92a49bf9e 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