# HG changeset patch # User kevinw # Date 1524049060 25200 # Node ID 310b1d9c57725d8ec145e7658a408789fbbe5e8e # Parent 7a73b8b4ac8a8ac0c1db40ebd87a7cb67cbe9d13 8179079: Incremental HotSpot builds broken on Windows Reviewed-by: erikj, tbell diff -r 7a73b8b4ac8a -r 310b1d9c5772 make/common/NativeCompilation.gmk --- 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' \