diff options
author | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-03-24 09:52:14 +0000 |
---|---|---|
committer | Ralph Hempel <ralph.hempel@lantiq.com> | 2008-03-24 09:52:14 +0000 |
commit | a30fcc0db68dd884369cb353c76ae633a2371754 (patch) | |
tree | a44cacc081ee2d9750d5fc0487abfce2990f61ca /include/toplevel.mk | |
parent | 903bb917fc11e4605dc0902af4ea776ba0bb06f9 (diff) | |
download | upstream-a30fcc0db68dd884369cb353c76ae633a2371754.tar.gz upstream-a30fcc0db68dd884369cb353c76ae633a2371754.tar.bz2 upstream-a30fcc0db68dd884369cb353c76ae633a2371754.zip |
"make distclean" should remove "package/feeds" thanks to Robert P. J. Day
SVN-Revision: 10650
Diffstat (limited to 'include/toplevel.mk')
-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 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 |