From d312f68b8904c0f810b4413615597410d3bfe36c Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Tue, 24 Sep 2013 20:26:30 +0200 Subject: [PATCH] Fix some more make warnings regarding parallel build --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \