openwrt/target/linux
Jo-Philipp Wich 38a8cea063 powerpc: boot: fix build with parallel make
The powerpc boot wrapper Makefile is not parallel build safe, causing fixdep
to fail reading dependency files of the addnote, hack-coff and mktree
utilities when concurrently building different image targets.

A typical failure looks like:

      Building modules, stage 2.
      HOSTCC  arch/powerpc/boot/addnote
      HOSTCC  arch/powerpc/boot/hack-coff
      DTC     arch/powerpc/boot/taishan.dtb
      HOSTCC  arch/powerpc/boot/addnote
      HOSTCC  arch/powerpc/boot/hack-coff
      MODPOST 800 modules
    fixdep: error opening depfile: arch/powerpc/boot/.hack-coff.d: No such file or directory
    scripts/Makefile.host:91: recipe for target 'arch/powerpc/boot/hack-coff' failed
    make[5]: *** [arch/powerpc/boot/hack-coff] Error 2
    make[5]: *** Waiting for unfinished jobs....
    fixdep: error opening depfile: arch/powerpc/boot/.addnote.d: No such file or directory
    scripts/Makefile.host:91: recipe for target 'arch/powerpc/boot/addnote' failed
    make[5]: *** [arch/powerpc/boot/addnote] Error 2
    rm arch/powerpc/boot/taishan.dtb
    arch/powerpc/Makefile:263: recipe for target 'cuImage.taishan' failed
    make[4]: *** [cuImage.taishan] Error 2
    make[4]: *** Waiting for unfinished jobs....

Add a GNU make specific .NOTPARALLEL pseudo rule to enforce sequential building
of the addnote, hack-coff and mktree executables.

Signed-off-by: Jo-Philipp Wich <jo@mein.io>
2017-01-04 10:49:40 +01:00
..
adm5120
adm8668
apm821xx kernel: bump to 4.4.35 2016-11-29 21:12:08 +01:00
ar7
ar71xx ar71xx: RE450: enable building of TP-Link RE450 2016-12-22 14:50:06 +01:00
arc770
archs38
arm64 Revert "arm64: boot-wrapper: Add mirror" 2016-12-22 21:08:17 +01:00
armvirt armvirt: new target 2016-12-16 07:56:35 +01:00
at91
ath25
au1000
bcm53xx generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
brcm47xx brcm47xx: mips74k: specify DEVICE_PACKAGES for all devices 2017-01-04 09:36:34 +01:00
brcm63xx generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
brcm2708 brcm2708: unbreak the spidev build 2016-12-20 13:47:57 +01:00
cns3xxx kernel: bump to 4.4.38 2016-12-13 08:28:28 +01:00
gemini
generic generic: mtd: add lock/unlock support for f25l32pa 2017-01-03 20:09:41 +01:00
imx6
ipq806x ipq806x: EA8500 fix sysupgrade over stock firmware 2016-12-20 09:35:37 +01:00
ixp4xx ixp4xx: drop 3.18 config/patches 2017-01-02 21:06:13 +01:00
kirkwood kirkwood: fix ubi partition name 2016-12-30 12:58:20 +01:00
lantiq lantiq: fix falcon build 2016-12-25 09:52:11 +01:00
layerscape generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
malta
mcs814x
mediatek generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
mpc85xx
mvebu mvebu: fix sysupgrade for Linksys WRT3200ACM 2016-12-04 07:03:17 +01:00
mxs
octeon
omap
omap24xx
orion orion: remove linux 3.18 support 2016-12-24 09:40:46 +01:00
oxnas generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
ppc40x
ppc44x powerpc: boot: fix build with parallel make 2017-01-04 10:49:40 +01:00
ramips generic: mtd: backport SPI_NOR_HAS_LOCK 2017-01-03 19:58:00 +01:00
rb532 rb532: remove linux 4.1 support 2016-12-24 12:02:11 +01:00
sunxi sunxi: enable CONFIG_VHOST_NET like on x86 2016-11-24 13:25:16 +01:00
uml uml: clean up the kernel config and add squashfs+ext4/f2fs support 2016-11-24 12:53:18 +01:00
x86 linux: correct deps for x86-xen-domu target 2016-12-28 10:35:02 +01:00
xburst
zynq
Makefile