1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 13:17:45 +00:00

Ports: Remove MAKEOPTS hacks from bash

This doesn't seem to go wrong anymore.
This commit is contained in:
Robin Burchell 2019-05-28 10:25:10 +02:00 committed by Andreas Kling
parent 9a284ad3f7
commit 2b1a52745e
2 changed files with 1 additions and 3 deletions

View file

@ -7,7 +7,7 @@ if [ -z "$MAKEOPTS" ]; then
MAKEOPTS="-j $(nproc)"
fi
if [ -z "$INSTALLOPTS" ]; then
MAKEOPTS="-j $(nproc)"
INSTALLOPTS=""
fi
if [ -z "$SERENITY_ROOT" ]; then
echo "You must have source'd UseIt.sh to build any ports!"