configure_args is now an array
Note that the of use += requires bash 3.1 or later.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user