diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-06-02 16:30:25 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-06-02 16:30:25 +0000 |
commit | 1c9db9d96f3fdfe258abfb826a567910a0076f03 (patch) | |
tree | 03378c3566b056c4ffb5c2d33d5c8b762f04f802 /Makefile | |
parent | bb16b59117d13e24716810fb6f60acf574c3413d (diff) | |
download | upstream-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |