aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-06-02 16:30:25 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-06-02 16:30:25 +0000
commit1c9db9d96f3fdfe258abfb826a567910a0076f03 (patch)
tree03378c3566b056c4ffb5c2d33d5c8b762f04f802 /Makefile
parentbb16b59117d13e24716810fb6f60acf574c3413d (diff)
downloadupstream-1c9db9d96f3fdfe258abfb826a567910a0076f03.tar.gz
upstream-1c9db9d96f3fdfe258abfb826a567910a0076f03.tar.bz2
upstream-1c9db9d96f3fdfe258abfb826a567910a0076f03.zip
don't delete .svn on distclean
git-svn-id: svn://svn.openwrt.org/openwrt/branches/buildroot-ng/openwrt@3898 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: