From: Andy Boyett Date: Sat, 26 Apr 2008 07:49:41 +0000 (+0000) Subject: Remove old feeds symlink in distclean. Thanks fish - Fixes duplicate package entries... X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=4f478ce546ceea1a18efe336bbd5a31377d06ba6;p=openwrt%2Fstaging%2Fkaloz.git Remove old feeds symlink in distclean. Thanks fish - Fixes duplicate package entries when coming from pre r10634 SVN-Revision: 10941 --- diff --git a/include/toplevel.mk b/include/toplevel.mk index ebbf749727..54f9c59a95 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 package/feeds bin + rm -rf tmp build_dir staging_dir dl .config* feeds package/feeds packages/openwrt-packages bin $(MAKE) -C scripts/config clean ifeq ($(findstring v,$(DEBUG)),)