From: Ralph Hempel Date: Mon, 24 Mar 2008 09:52:14 +0000 (+0000) Subject: "make distclean" should remove "package/feeds" thanks to Robert P. J. Day X-Git-Tag: reboot~26899 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=a30fcc0db68dd884369cb353c76ae633a2371754;p=openwrt%2Fstaging%2Fchunkeey.git "make distclean" should remove "package/feeds" thanks to Robert P. J. Day SVN-Revision: 10650 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index 2094e2fefd..1826bc11a7 100644 --- a/include/toplevel.mk +++ b/include/toplevel.mk @@ -119,7 +119,7 @@ docs/clean: FORCE $(MAKE) -C docs clean distclean: - rm -rf tmp build_dir staging_dir dl .config* feeds bin + rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds bin 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