From c10719362e9c526584a87108e1ad27b017774d5c Mon Sep 17 00:00:00 2001 From: Chris Hegarty Date: Mon, 11 Nov 2013 10:33:02 +0000 Subject: [PATCH] 8028102: All test targets, jdk/test/Makefile, fail on Windows Reviewed-by: mduigou --- jdk/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jdk/test/Makefile b/jdk/test/Makefile index 9a9092df16b..d8e7dd86ab9 100644 --- a/jdk/test/Makefile +++ b/jdk/test/Makefile @@ -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