diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-10-09 04:13:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-10-09 04:13:19 +0000 |
commit | d0d5681221b84461181090c5332a24080fa37558 (patch) | |
tree | cc7959a9ec7ad96803b61d517e7b4e301171a57d | |
parent | 74bbfef854fbc748e9d872695581441fa6e8de5a (diff) | |
download | upstream-d0d5681221b84461181090c5332a24080fa37558.tar.gz upstream-d0d5681221b84461181090c5332a24080fa37558.tar.bz2 upstream-d0d5681221b84461181090c5332a24080fa37558.zip |
remove feeds dir on distclean
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9215 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rw-r--r-- | include/toplevel.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/toplevel.mk b/include/toplevel.mk index 3e39165349..359c7cf712 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -120,7 +120,7 @@ symlinkclean: rm -rf tmp distclean: - rm -rf tmp build_dir staging_dir dl .config* + rm -rf tmp build_dir staging_dir dl .config* feeds ifeq ($(findstring v,$(DEBUG)),) .SILENT: symlinkclean clean dirclean distclean config-clean download help tmpinfo-clean .config scripts/config/mconf scripts/config/conf menuconfig tmp/.prereq-build tmp/.prereq-package prepare-tmpinfo |