From 6cb57dcf67bae63bdf7b68dd138e2e0061e3bfaa Mon Sep 17 00:00:00 2001 From: Epoch Qwert Date: Fri, 28 Nov 2014 04:36:33 -0600 Subject: got rid of the Linux incompatible options passed to /bin/sh --- rebuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'rebuild.sh') diff --git a/rebuild.sh b/rebuild.sh index 4c0d77c..21c8b65 100755 --- a/rebuild.sh +++ b/rebuild.sh @@ -1,7 +1,8 @@ -#!/bin/sh -vq +#!/bin/sh cd $(dirname $0) rm bin/* rm libexec/* +echo "building and installing tools from sources..." for i in src/*;do iout=$(basename $i) mkdir -p $iout @@ -11,6 +12,7 @@ for i in src/*;do done cp $iout/* /usr/local/$iout/ done +echo "building and installing tools without compiling..." for i in nocompile/*;do iout=$(basename $i) for j in nocompile/$i/* out=$(basename $i);do -- cgit v1.2.3