summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-02 16:30:25 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-06-02 16:30:25 +0000
commit6d6826fc9d75971716fd11198eb125f5596061d3 (patch)
tree03378c3566b056c4ffb5c2d33d5c8b762f04f802 /Makefile
parentfb8ef754679006686ea99003ceee3622f473bf5f (diff)
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 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: