[openwrt/openwrt] toplevel.mk: remove legacy packages feed from 'make distclean'

LEDE Commits lede-commits at lists.infradead.org
Sat Feb 20 18:11:30 EST 2021


aparcar pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/8d8125a43b5fc356b8efb06f5ee77221a16a843c

commit 8d8125a43b5fc356b8efb06f5ee77221a16a843c
Author: Michael Pratt <mcpratt at pm.me>
AuthorDate: Sat Jan 30 19:01:32 2021 -0500

    toplevel.mk: remove legacy packages feed from 'make distclean'
    
    package/openwrt-packages is left over
    from what is now a legacy repository
    and has no other reference in the build tree
    
    Signed-off-by: Michael Pratt <mcpratt at pm.me>
---
 include/toplevel.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/toplevel.mk b/include/toplevel.mk
index 48ea44aa24..f5a2593a10 100644
--- a/include/toplevel.mk
+++ b/include/toplevel.mk
@@ -258,7 +258,7 @@ help:
 	cat README.md
 
 distclean:
-	rm -rf bin build_dir .ccache .config* dl feeds key-build* logs package/feeds package/openwrt-packages staging_dir tmp
+	rm -rf bin build_dir .ccache .config* dl feeds key-build* logs package/feeds staging_dir tmp
 	@$(_SINGLE)$(SUBMAKE) -C scripts/config clean
 
 ifeq ($(findstring v,$(DEBUG)),)



More information about the lede-commits mailing list