[PATCH] D10715: Switch test-release.sh to build with cmake by default (PR21561)
Renato Golin
renato.golin at linaro.org
Wed Jul 15 03:25:26 PDT 2015
rengolin added inline comments.
================
Comment at: utils/release/test-release.sh:268
@@ +267,3 @@
+
+ if [ "$use_autoconf" = "yes" ]; then
+ echo "#" env CC="$c_compiler" CXX="$cxx_compiler" \
----------------
What I normally do in these cases is to set the command line to a variable, then just:
echo $cmd
$cmd
or something to that effect, controlling the output / errors as you want, later.
http://reviews.llvm.org/D10715
More information about the llvm-commits
mailing list