changeset 2402:310b1d9c5772

8179079: Incremental HotSpot builds broken on Windows Reviewed-by: erikj, tbell
author kevinw
date Wed, 18 Apr 2018 03:57:40 -0700
parents 7a73b8b4ac8a
children 5912f0f784f6
files make/common/NativeCompilation.gmk
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/make/common/NativeCompilation.gmk	Mon Apr 16 00:48:00 2018 -0700
+++ b/make/common/NativeCompilation.gmk	Wed Apr 18 03:57:40 2018 -0700
@@ -116,6 +116,7 @@
 	  ($(ECHO) $$@: \\ \
 	  && $(SED) -e '/^Note: including file:/!d' \
 	      -e 's|Note: including file: *||' \
+          -e 's|\r||g' \
 	      -e 's|\\|/|g' \
 	      -e 's|^\([a-zA-Z]\):|/cygdrive/\1|g' \
 	      -e '/$(subst /,\/,$(TOPDIR))/!d' \