From: Andy Boyett Date: Sat, 26 Apr 2008 07:49:41 +0000 (+0000) Subject: Remove old feeds symlink in distclean. Thanks fish X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=dc3ca671f2b961121eaaa6035b253a25c5df8e1d;p=15.05%2Fopenwrt.git Remove old feeds symlink in distclean. Thanks fish - Fixes duplicate package entries when coming from pre r10634 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10941 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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)),)