From a9911c5adc193e31de461dfbed59e269ec850869 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 2 Jun 2006 16:30:25 +0000 Subject: [PATCH] don't delete .svn on distclean SVN-Revision: 3898 --- openwrt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.30.2