mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-12-28 05:35:52 +03:00
Ports: Remove MAKEOPTS hacks from bash
This doesn't seem to go wrong anymore.
This commit is contained in:
parent
9a284ad3f7
commit
2b1a52745e
Notes:
sideshowbarker
2024-07-19 13:52:44 +09:00
Author: https://github.com/rburchell Commit: https://github.com/SerenityOS/serenity/commit/2b1a52745e1 Pull-request: https://github.com/SerenityOS/serenity/pull/132 Reviewed-by: https://github.com/awesomekling
@ -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!"
|
||||
|
@ -1,6 +1,4 @@
|
||||
#!/bin/sh
|
||||
MAKEOPTS=" " # bash will die weirdly if you try build with multiple jobs.
|
||||
INSTALLOPTS=" "
|
||||
PORT_DIR=bash
|
||||
function fetch() {
|
||||
run_fetch_git "https://git.savannah.gnu.org/git/bash.git"
|
||||
|
Loading…
Reference in New Issue
Block a user