You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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>
8 years ago
..
adm5120 kernel: drop usbdev LED trigger 8 years ago
adm8668 build: fix subtarget descriptions 8 years ago
apm821xx kernel: bump to 4.4.35 8 years ago
ar7 kernel: update kernel 3.18 to version 3.18.43 8 years ago
ar71xx ar71xx: RE450: enable building of TP-Link RE450 8 years ago
arc770 tools: remove old mkdosfs symlink from dosfstools 8 years ago
archs38 tools: remove old mkdosfs symlink from dosfstools 8 years ago
arm64 Revert "arm64: boot-wrapper: Add mirror" 8 years ago
armvirt armvirt: new target 8 years ago
at91 at91: Remove u-boot from platform images folder 8 years ago
ath25 kernel: update kernel 4.4 to version 4.4.20 8 years ago
au1000 kernel: update kernel 3.18 to version 3.18.43 8 years ago
bcm53xx generic: mtd: backport SPI_NOR_HAS_LOCK 8 years ago
brcm47xx brcm47xx: mips74k: specify DEVICE_PACKAGES for all devices 8 years ago
brcm63xx generic: mtd: backport SPI_NOR_HAS_LOCK 8 years ago
brcm2708 brcm2708: unbreak the spidev build 8 years ago
cns3xxx kernel: bump to 4.4.38 8 years ago
gemini gemini: rename config-default to config-4.4 8 years ago
generic generic: mtd: add lock/unlock support for f25l32pa 8 years ago
imx6 imx6: Add ds1672 RTC to kernel for working hctosys (Gateworks) 8 years ago
ipq806x ipq806x: EA8500 fix sysupgrade over stock firmware 8 years ago
ixp4xx ixp4xx: drop 3.18 config/patches 8 years ago
kirkwood kirkwood: fix ubi partition name 8 years ago
lantiq lantiq: fix falcon build 8 years ago
layerscape generic: mtd: backport SPI_NOR_HAS_LOCK 8 years ago
malta malta: enable be64 and le64 subtargets 8 years ago
mcs814x treewide: dts: use C style includes 8 years ago
mediatek generic: mtd: backport SPI_NOR_HAS_LOCK 8 years ago
mpc85xx cleanup ucidef_set_interface* usage 8 years ago
mvebu mvebu: fix sysupgrade for Linksys WRT3200ACM 8 years ago
mxs tools: remove old mkdosfs symlink from dosfstools 8 years ago
octeon octeon: fix feature flag for initramfs support 8 years ago
omap build: fix subtarget descriptions 8 years ago
omap24xx kernel: clean up usb gadget support 8 years ago
orion orion: remove linux 3.18 support 8 years ago
oxnas generic: mtd: backport SPI_NOR_HAS_LOCK 8 years ago
ppc40x build: fix subtarget descriptions 8 years ago
ppc44x powerpc: boot: fix build with parallel make 8 years ago
ramips generic: mtd: backport SPI_NOR_HAS_LOCK 8 years ago
rb532 rb532: remove linux 4.1 support 8 years ago
sunxi sunxi: enable CONFIG_VHOST_NET like on x86 8 years ago
uml uml: clean up the kernel config and add squashfs+ext4/f2fs support 8 years ago
x86 linux: correct deps for x86-xen-domu target 8 years ago
xburst use immediate set in target Makefiles 8 years ago
zynq zynq: fix maintainer email address 8 years ago
Makefile