From 2b1a52745e136b22cde59ac8a75f7f3d1115abf6 Mon Sep 17 00:00:00 2001 From: Robin Burchell Date: Tue, 28 May 2019 10:25:10 +0200 Subject: Ports: Remove MAKEOPTS hacks from bash This doesn't seem to go wrong anymore. --- Ports/bash/bash.sh | 2 -- 1 file changed, 2 deletions(-) (limited to 'Ports/bash') diff --git a/Ports/bash/bash.sh b/Ports/bash/bash.sh index 802f94ed02..5cafa2344c 100755 --- a/Ports/bash/bash.sh +++ b/Ports/bash/bash.sh @@ -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" -- cgit v1.2.3