From db3abbe8740973d6cac46cb2128e949d198e3393 Mon Sep 17 00:00:00 2001 From: nbd Date: Thu, 8 Jun 2006 00:39:08 +0000 Subject: [PATCH] clean scripts/config on distclean git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3912 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1