mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 17:20:59 +00:00
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@pm.me> Signed-off-by: maurerr <mariusd84@gmail.com>
This commit is contained in:
parent
5e62a51423
commit
4e2c839f4e
@ -258,7 +258,7 @@ help:
|
|||||||
cat README.md
|
cat README.md
|
||||||
|
|
||||||
distclean:
|
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
|
@$(_SINGLE)$(SUBMAKE) -C scripts/config clean
|
||||||
|
|
||||||
ifeq ($(findstring v,$(DEBUG)),)
|
ifeq ($(findstring v,$(DEBUG)),)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user