# HG changeset patch # User Mike Becker # Date 1759432309 -7200 # Node ID 3b11e97b618e59aebf6e0dad816168c02ed71681 # Parent 410345192a48cf1f49b8671bd4806a603c329500 fix executing flags producing command (e.g. sdl2-config) twice diff -r 410345192a48 -r 3b11e97b618e src/main/resources/make/configure.vm --- 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 diff -r 410345192a48 -r 3b11e97b618e test/make/configure.vm --- 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