From 3a6303960f61493b83461da122b13b5ac9d24fa3 Mon Sep 17 00:00:00 2001 From: jashook Date: Fri, 11 Aug 2017 08:56:20 -0700 Subject: Log the crossgen command in build.sh. This makes it easier to copy paste the commnand if it fails. --- build.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'build.sh') diff --git a/build.sh b/build.sh index ccd3804bef..ddc1f73078 100755 --- a/build.sh +++ b/build.sh @@ -422,6 +422,7 @@ build_CoreLib_ni() if [ $__SkipCoreCLR == 0 -a -e $__BinDir/crossgen ]; then echo "Generating native image for System.Private.CoreLib." + echo "$__BinDir/crossgen /Platform_Assemblies_Paths $__BinDir/IL $__IbcTuning /out $__BinDir/System.Private.CoreLib.dll $__BinDir/IL/System.Private.CoreLib.dll" $__BinDir/crossgen /Platform_Assemblies_Paths $__BinDir/IL $__IbcTuning /out $__BinDir/System.Private.CoreLib.dll $__BinDir/IL/System.Private.CoreLib.dll if [ $? -ne 0 ]; then echo "Failed to generate native image for System.Private.CoreLib." -- cgit v1.2.3