Skip to content
Snippets Groups Projects
Commit d312f68b authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

Fix some more make warnings regarding parallel build

parent 8ea5e9ef
Branches
Tags
No related merge requests found
...@@ -99,7 +99,7 @@ clean: FORCE ...@@ -99,7 +99,7 @@ clean: FORCE
refresh_feeds: FORCE refresh_feeds: FORCE
( \ ( \
MAKEFLAGS=V=s$(OPENWRT_VERBOSE) \ export MAKEFLAGS=V=s$(OPENWRT_VERBOSE) \
export SCAN_COOKIE=; \ export SCAN_COOKIE=; \
scripts/feeds uninstall -a; \ scripts/feeds uninstall -a; \
scripts/feeds update -a; \ scripts/feeds update -a; \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment