From: Felix Fietkau Date: Fri, 2 Jun 2006 16:30:25 +0000 (+0000) Subject: don't delete .svn on distclean X-Git-Tag: reboot~30718^2~620 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=a9911c5adc193e31de461dfbed59e269ec850869;p=oweals%2Fopenwrt.git don't delete .svn on distclean SVN-Revision: 3898 --- diff --git a/openwrt/Makefile b/openwrt/Makefile index 1d45582aff..dae32830c2 100644 --- a/openwrt/Makefile +++ b/openwrt/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: