[OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage
Felix Fietkau
nbd at openwrt.org
Fri Oct 30 11:14:49 EDT 2015
On 2015-10-26 13:26, Petr Štetiar wrote:
> Fixes following error:
>
> $ make -j8 V=s
>
> ...snip...
>
> ar: .: file changed as we read it
> make[5]: *** [mkfs-targz] Error 1
> make[5]: *** Waiting for unfinished jobs....
>
> ...snip...
>
> Build failed - please re-run with -j1 to see the real error message
> make: *** [world] Error 1
>
> Signed-off-by: Petr Štetiar <ynezz at true.cz>
The new image building code is designed to allow building in parallel,
so this patch is just a workaround, not a real fix.
I'd like to find out where the real bug is - what target are you
building where you hit this error?
- Felix
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list