From: nbd Date: Fri, 2 Jun 2006 16:30:25 +0000 (+0000) Subject: don't delete .svn on distclean X-Git-Url: http://git.ozo.com/?p=openwrt-10.03%2F.git;a=commitdiff_plain;h=6d6826fc9d75971716fd11198eb125f5596061d3 don't delete .svn on distclean git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3898 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/Makefile b/Makefile index 1d45582af..dae32830c 100644 --- a/Makefile +++ b/Makefile @@ -102,7 +102,7 @@ dirclean: clean FORCE rm -rf staging_dir_* toolchain_build_* distclean: dirclean FORCE - rm -rf .* dl + rm -rf dl .*config* .pkg* .PHONY: FORCE FORCE: