Re: [OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage

2015-10-30 Thread Petr Štetiar
Felix Fietkau [2015-10-30 22:42:43]: > Does this patch fix things for you? It does, thanks! > --- > --- a/include/image.mk > +++ b/include/image.mk > @@ -282,7 +282,7 @@ endef > define BuildImage/mkfs >install: mkfs-$(1) >.PHONY: mkfs-$(1) > - mkfs-$(1): mkfs_prepare > + mkfs-$(1): k

Re: [OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage

2015-10-30 Thread Felix Fietkau
On 2015-10-30 22:20, Petr Štetiar wrote: > Felix Fietkau [2015-10-30 16:14:49]: > > Hi, > >> I'd like to find out where the real bug is - what target are you >> building where you hit this error? > > it's imx6 target, but probably kirkwood, lantiq, mxs and oxnas are affected > also (just by gue

Re: [OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage

2015-10-30 Thread Petr Štetiar
Felix Fietkau [2015-10-30 16:14:49]: Hi, > I'd like to find out where the real bug is - what target are you > building where you hit this error? it's imx6 target, but probably kirkwood, lantiq, mxs and oxnas are affected also (just by guessing by output from 'git grep Image/InstallKernel/Templa

Re: [OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage

2015-10-30 Thread Felix Fietkau
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

[OpenWrt-Devel] [PATCH] image.mk: Add NOTPARALLEL flag to fix parallel build breakage

2015-10-26 Thread Petr Štetiar
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 messa