configure_args is now an array

Note that the of use += requires bash 3.1 or later.
This commit is contained in:
Tom G. Christensen
2013-08-11 16:51:05 +02:00
parent ade56c0c17
commit aba50c28ad
30 changed files with 48 additions and 54 deletions

View File

@@ -23,7 +23,7 @@ export PERL_PATH=$prefix/bin/perl
export SHELL_PATH=$prefix/bin/bash
no_configure=1
__configure="make"
configure_args=""
configure_args=
# HACK: -e must be last or echo will think it's an argument
__make="/usr/tgcware/bin/make -e"
make_build_target="V=1"