From: Ian Jackson Date: Wed, 29 Jun 2016 14:47:52 +0000 (+0100) Subject: ts-xen-build: Support $r{cmdsuffix_configure} X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=d508abecc2de1de6cd3f2bec683a8c16d4cc22ce;p=people%2Fliuw%2Fosstest.git ts-xen-build: Support $r{cmdsuffix_configure} Nothing sets this yet, so no functional change. Signed-off-by: Ian Jackson --- diff --git a/ts-xen-build b/ts-xen-build index 60ce9ee..4f06419 100755 --- a/ts-xen-build +++ b/ts-xen-build @@ -109,6 +109,7 @@ sub build () { my $ovmf_opt= $r{enable_ovmf} =~ m/true/ ? "--enable-ovmf" : "--disable-ovmf"; my $configure_prefix = $r{cmdprefix_configure} // ''; + my $configure_suffix = $r{cmdsuffix_configure} // ''; my $make_prefix = $r{cmdprefix_make} // ''; buildcmd_stamped_logged(600, 'configure', <