1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-06-12 19:14:46 +02:00

Use MAKE="make -j3" to make ./Config run faster as well.

This commit is contained in:
Bram Matthys
2017-10-23 12:38:57 +02:00
parent 13740a7d13
commit cec74b0208
+3 -1
View File
@@ -10,9 +10,11 @@ if [ "$1" != "" ]; then
BUILDCONFIG="$1"
fi
export MAKE="make -j3"
extras/build-tests/nix/select-config $BUILDCONFIG
./Config -quick
make -j3
$MAKE
yes ''|make pem
make install