make/common/NativeCompilation.gmk

changeset 2217
310b1d9c5772
parent 2215
7a73b8b4ac8a
child 2221
888144400d97
     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