8179079: Incremental HotSpot builds broken on Windows
authorerikj
Fri, 28 Apr 2017 15:42:43 +0200
changeset 44888 e884930073cb
parent 44887 0441f42dd120
child 44889 0dda7d218daf
8179079: Incremental HotSpot builds broken on Windows Reviewed-by: tbell
make/common/NativeCompilation.gmk
--- a/make/common/NativeCompilation.gmk	Thu Apr 27 05:31:44 2017 +0000
+++ b/make/common/NativeCompilation.gmk	Fri Apr 28 15:42:43 2017 +0200
@@ -165,6 +165,7 @@
 WINDOWS_SHOWINCLUDE_SED_PATTERN := \
     -e '/^Note: including file:/!d' \
     -e 's|Note: including file: *||' \
+    -e 's|\r||g' \
     -e 's|\\|/|g' \
     -e 's|^\([a-zA-Z]\):|$(UNIX_PATH_PREFIX)/\1|g' \
     -e '\|$(TOPDIR)|I !d' \