summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIsmael Luceno2021-01-08 15:52:46 +0100
committerIsmael Luceno2021-01-08 16:03:01 +0100
commit03ea1692b1731e940edc8fd6bb2aa50ecf3f64e8 (patch)
tree3fac3335683f61fa9b6a469b4688060cbb39e3a3
parentd5cf4a730cbb8485de0d943955a1c1a1e5b4b09c (diff)
mame: Make build parallel
-rwxr-xr-xgames-emulators/mame/BUILD2
-rw-r--r--games-emulators/mame/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/games-emulators/mame/BUILD b/games-emulators/mame/BUILD
index 4a13c49e..0a8e5160 100755
--- a/games-emulators/mame/BUILD
+++ b/games-emulators/mame/BUILD
@@ -5,4 +5,4 @@ esac &&
# Avoid non-fatal errors
OPTS+=' NOWERROR=1' &&
-make $OPTS
+make -j "$MAKE_NJOBS" $OPTS
diff --git a/games-emulators/mame/HISTORY b/games-emulators/mame/HISTORY
index a26bb932..6d4e1d44 100644
--- a/games-emulators/mame/HISTORY
+++ b/games-emulators/mame/HISTORY
@@ -1,5 +1,6 @@
2021-01-08 Ismael Luceno <ismael@sourcemage.org>
* BUILD: Removed custom QT_HOME
+ Made build parallel
2019-10-16 Ismael Luceno <ismael@sourcemage.org>
* DETAILS: updated spell to 0.214