summaryrefslogtreecommitdiff
path: root/openwrt/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
commita9911c5adc193e31de461dfbed59e269ec850869 (patch)
tree9f96880a7dc2c68e5b005484569e4e0cff102269 /openwrt/Makefile
parent0cde379fb90322fd91948ad4c5be9c89b992933f (diff)
downloadmtk-20170518-a9911c5adc193e31de461dfbed59e269ec850869.zip
mtk-20170518-a9911c5adc193e31de461dfbed59e269ec850869.tar.gz
mtk-20170518-a9911c5adc193e31de461dfbed59e269ec850869.tar.bz2
don't delete .svn on distclean
SVN-Revision: 3898
Diffstat (limited to 'openwrt/Makefile')
-rw-r--r--openwrt/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/Makefile b/openwrt/Makefile
index 1d45582..dae3283 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: