Thu, 02 Oct 2025 21:11:49 +0200
fix executing flags producing command (e.g. sdl2-config) twice
| src/main/resources/make/configure.vm | file | annotate | diff | comparison | revisions | |
| test/make/configure.vm | file | annotate | diff | comparison | revisions |
--- a/src/main/resources/make/configure.vm Thu Oct 02 21:10:52 2025 +0200 +++ b/src/main/resources/make/configure.vm Thu Oct 02 21:11:49 2025 +0200 @@ -502,7 +502,6 @@ #foreach( $flags in $dependency.flags ) #if( $flags.exec ) - $flags.value > /dev/null if tmp_flags=`$flags.value` ; then TEMP_$flags.varName="$TEMP_$flags.varName $tmp_flags" else
--- a/test/make/configure.vm Thu Oct 02 21:10:52 2025 +0200 +++ b/test/make/configure.vm Thu Oct 02 21:11:49 2025 +0200 @@ -502,7 +502,6 @@ #foreach( $flags in $dependency.flags ) #if( $flags.exec ) - $flags.value > /dev/null if tmp_flags=`$flags.value` ; then TEMP_$flags.varName="$TEMP_$flags.varName $tmp_flags" else