8028102: All test targets, jdk/test/Makefile, fail on Windows
Reviewed-by: mduigou
This commit is contained in:
parent
4780d5d560
commit
c10719362e
@ -64,7 +64,7 @@ UNAME_S := $(shell $(UNAME) -s | $(CUT) -f1 -d_)
|
|||||||
ifeq ($(UNAME_S), CYGWIN)
|
ifeq ($(UNAME_S), CYGWIN)
|
||||||
# Location of developer shared files
|
# Location of developer shared files
|
||||||
SLASH_JAVA = J:
|
SLASH_JAVA = J:
|
||||||
GETMIXEDPATH = cygpath -m -s
|
GETMIXEDPATH = cygpath -m
|
||||||
else
|
else
|
||||||
# Location of developer shared files
|
# Location of developer shared files
|
||||||
SLASH_JAVA = /java
|
SLASH_JAVA = /java
|
||||||
|
Loading…
x
Reference in New Issue
Block a user