From 5d9abc4dd54347e15423213c17302ffa9a0a71cc Mon Sep 17 00:00:00 2001 From: jjh Date: Tue, 21 Dec 2010 16:29:10 -0800 Subject: [PATCH] 7008378: javac bootstrap launcher fails on cygwin when called via an absolute path Summary: Use cygpath if it is cygwin Reviewed-by: ksrini --- make/Makefile | 2 +- make/build.xml | 6 ++++++ src/share/bin/launcher.sh-template | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) diff --git a/make/Makefile b/make/Makefile index 1ee42703..bea2afa8 100644 --- a/make/Makefile +++ b/make/Makefile @@ -187,7 +187,7 @@ all: build clobber: clean # All ant targets of interest -ANT_TARGETS = build clean sanity post-sanity diagnostics # for now +ANT_TARGETS = build clean sanity post-sanity diagnostics build-all-tools # for now # Create diagnostics log (careful, ant 1.8.0 -diagnostics always does an exit 1) $(OUTPUTDIR)/build/ant-diagnostics.log: diff --git a/make/build.xml b/make/build.xml index ec3aaf87..0ab91613 100644 --- a/make/build.xml +++ b/make/build.xml @@ -327,6 +327,7 @@ + + + + + +