diff --git a/Makefile b/Makefile index 02fa5f3e..88be8c84 100644 --- a/Makefile +++ b/Makefile @@ -99,7 +99,7 @@ clean: FORCE refresh_feeds: FORCE ( \ - MAKEFLAGS=V=s$(OPENWRT_VERBOSE) \ + export MAKEFLAGS=V=s$(OPENWRT_VERBOSE) \ export SCAN_COOKIE=; \ scripts/feeds uninstall -a; \ scripts/feeds update -a; \