Fix some more make warnings regarding parallel build
This commit is contained in:
parent
8ea5e9ef04
commit
d312f68b89
2
Makefile
2
Makefile
@ -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; \
|
||||||
|
Loading…
Reference in New Issue
Block a user