8179438: Incremental builds broken on Windows
authorerikj
Wed, 03 May 2017 20:49:56 +0200
changeset 44984 e3386d7e9440
parent 44983 4e216c0475ee
child 44986 a48cc7288b83
8179438: Incremental builds broken on Windows Reviewed-by: tbell, ihse
make/common/NativeCompilation.gmk
--- a/make/common/NativeCompilation.gmk	Wed May 03 08:46:37 2017 +0200
+++ b/make/common/NativeCompilation.gmk	Wed May 03 20:49:56 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' \