make/common/NativeCompilation.gmk
branchihse-jdk-library-branch
changeset 56308 8724d985c980
parent 49160 cefb7b496d17
child 56309 a7655cb387f9
--- a/make/common/NativeCompilation.gmk	Wed Mar 14 12:50:43 2018 +0100
+++ b/make/common/NativeCompilation.gmk	Wed Mar 14 21:52:48 2018 +0100
@@ -735,7 +735,7 @@
 		$$(call MakeDir, $$(@D) $$($1_OBJECT_DIR))
 		$$(call ExecuteWithLog, $$@, \
 		    $$($1_RC) $$($1_RC_FLAGS) $$($1_SYSROOT_CFLAGS) $(CC_OUT_OPTION)$$@ \
-		    $$($1_VERSIONINFO_RESOURCE))
+		    $$($1_VERSIONINFO_RESOURCE) 2>&1 )
                 # Windows RC compiler does not support -showIncludes, so we mis-use CL
                 # for this. Filter out RC specific arguments that are unknown to CL.
                 # For some unknown reason, in this case CL actually outputs the show