Fix some more make warnings regarding parallel build

This commit is contained in:
Matthias Schiffer 2013-09-24 20:26:30 +02:00
parent 8ea5e9ef04
commit d312f68b89

View File

@ -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; \