8028102: All test targets, jdk/test/Makefile, fail on Windows

Reviewed-by: mduigou
This commit is contained in:
Chris Hegarty 2013-11-11 10:33:02 +00:00
parent 4780d5d560
commit c10719362e

View File

@ -64,7 +64,7 @@ UNAME_S := $(shell $(UNAME) -s | $(CUT) -f1 -d_)
ifeq ($(UNAME_S), CYGWIN)
# Location of developer shared files
SLASH_JAVA = J:
GETMIXEDPATH = cygpath -m -s
GETMIXEDPATH = cygpath -m
else
# Location of developer shared files
SLASH_JAVA = /java