X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a79da9a10ecef3c727a9d2c0f9f3e016d2cf6d81..a4c8f1898670317d0fa33bf1b1a904ea922b78cc:/src/smpi/smpicxx.in diff --git a/src/smpi/smpicxx.in b/src/smpi/smpicxx.in index 2822fdbdd6..b8d6d401f9 100755 --- a/src/smpi/smpicxx.in +++ b/src/smpi/smpicxx.in @@ -33,7 +33,7 @@ else fi # By default, we execute the commands instead of only showing them to cmake -Show= +show= list_set CMDARGS while [ $# -gt 0 ]; do @@ -65,7 +65,7 @@ while [ $# -gt 0 ]; do ;; '-show'|'-compile-info'|'-link-info') # Dry run displaying commands instead of executing them. Useful to cmake - Show=echo + show=1 ;; *) list_add CMDARGS "${ARG}" @@ -81,4 +81,8 @@ list_add_not_empty CMDLINE "${CMDARGS}" list_add_not_empty CMDLINE "${LINKARGS}" eval $(list_get CMDLINE) -$Show "$@" +if [ "x$VERBOSE" = x1 -o "x$show" = x1 ] ; then + echo "$@" + [ "x$show" = x1 ] && exit 0 +fi +"$@"