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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user