kumquat-buildroot/package/qt5
Giulio Benetti a1c175cc9e package/qt5base: fix qmake parallel build
When configuring qt5base, qmake is built, but it's not built in parallel
mode. This is due to MAKEFLAGS having 2 dashes on its tail, so this:
MAKEFLAGS="$(MAKEFLAGS) -j$(PARALLEL_JOBS)"
expands in this(i.e. 5 njobs):
MAKEFLAGS="--no-print-directory -- -j5"
and -j5 gets ignored due to "--" preceeding -j5.
Double dashes are part of $(MAKEFLAGS) only when evaluated by shell.

Swap $(MAKEFLAGS) and -j$(PARALLEL_JOBS) to avoid having "--" before
-j$(PARALLEL_JOBS), this way -j$(PARALLEL_JOBS) won't be ignored by
./configure.

Signed-off-by: Giulio Benetti <giulio.benetti@micronovasrl.com>
Tested-by: Michael Trimarchi <michael@amarulasolutions.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2019-04-22 22:25:10 +02:00
..
qt5base package/qt5base: fix qmake parallel build 2019-04-22 22:25:10 +02:00
qt5canvas3d qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5charts qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5connectivity qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5declarative qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5enginio qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5graphicaleffects
qt5imageformats
qt5location qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5multimedia qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5quickcontrols
qt5quickcontrols2
qt5script qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5scxml qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5sensors qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5serialbus qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5serialport qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5svg qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5tools
qt5virtualkeyboard
qt5wayland qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5webchannel qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5webengine qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5webkit qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5webkit-examples
qt5websockets qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5x11extras qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt5xmlpatterns qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
qt53d qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00
Config.in
qt5.mk qt5: Remove *.la/*.prl fixup script 2019-04-17 23:49:45 +02:00