8179438: Incremental builds broken on Windows

Reviewed-by: tbell, ihse
This commit is contained in:
Erik Joelsson 2017-05-03 20:49:56 +02:00
parent 2013e83659
commit 32e2e37f5c

View File

@ -165,6 +165,7 @@ endif
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' \