From: Felix Fietkau Date: Fri, 2 Jun 2006 16:30:25 +0000 (+0000) Subject: don't delete .svn on distclean X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=1c9db9d96f3fdfe258abfb826a567910a0076f03;p=15.05%2Fopenwrt.git 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 1d45582aff..dae32830c2 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: