8179079: Incremental HotSpot builds broken on Windows

Wed, 18 Apr 2018 03:57:40 -0700

author
kevinw
date
Wed, 18 Apr 2018 03:57:40 -0700
changeset 2217
310b1d9c5772
parent 2215
7a73b8b4ac8a
child 2218
5912f0f784f6

8179079: Incremental HotSpot builds broken on Windows
Reviewed-by: erikj, tbell

make/common/NativeCompilation.gmk file | annotate | diff | comparison | revisions
     1.1 --- a/make/common/NativeCompilation.gmk	Mon Apr 16 00:48:00 2018 -0700
     1.2 +++ b/make/common/NativeCompilation.gmk	Wed Apr 18 03:57:40 2018 -0700
     1.3 @@ -116,6 +116,7 @@
     1.4  	  ($(ECHO) $$@: \\ \
     1.5  	  && $(SED) -e '/^Note: including file:/!d' \
     1.6  	      -e 's|Note: including file: *||' \
     1.7 +          -e 's|\r||g' \
     1.8  	      -e 's|\\|/|g' \
     1.9  	      -e 's|^\([a-zA-Z]\):|/cygdrive/\1|g' \
    1.10  	      -e '/$(subst /,\/,$(TOPDIR))/!d' \

mercurial