mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 19:57:45 +00:00
Ports: Remove MAKEOPTS hacks from bash
This doesn't seem to go wrong anymore.
This commit is contained in:
parent
9a284ad3f7
commit
2b1a52745e
2 changed files with 1 additions and 3 deletions
|
@ -7,7 +7,7 @@ if [ -z "$MAKEOPTS" ]; then
|
||||||
MAKEOPTS="-j $(nproc)"
|
MAKEOPTS="-j $(nproc)"
|
||||||
fi
|
fi
|
||||||
if [ -z "$INSTALLOPTS" ]; then
|
if [ -z "$INSTALLOPTS" ]; then
|
||||||
MAKEOPTS="-j $(nproc)"
|
INSTALLOPTS=""
|
||||||
fi
|
fi
|
||||||
if [ -z "$SERENITY_ROOT" ]; then
|
if [ -z "$SERENITY_ROOT" ]; then
|
||||||
echo "You must have source'd UseIt.sh to build any ports!"
|
echo "You must have source'd UseIt.sh to build any ports!"
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
MAKEOPTS=" " # bash will die weirdly if you try build with multiple jobs.
|
|
||||||
INSTALLOPTS=" "
|
|
||||||
PORT_DIR=bash
|
PORT_DIR=bash
|
||||||
function fetch() {
|
function fetch() {
|
||||||
run_fetch_git "https://git.savannah.gnu.org/git/bash.git"
|
run_fetch_git "https://git.savannah.gnu.org/git/bash.git"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue