changeset 272:62df7d076ec7 cacao

2007-10-02 Lillian Angel <langel@redhat.com> * patches/icedtea-ant.patch: Added check to make sure ant is in PATH.
author Lillian Angel <langel@redhat.com>
date Tue, 02 Oct 2007 12:01:56 -0400
parents 70c2de06add1
children 2bfcaa9b1305
files ChangeLog patches/icedtea-ant.patch
diffstat 2 files changed, 10 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Tue Oct 02 11:51:34 2007 -0400
+++ b/ChangeLog	Tue Oct 02 12:01:56 2007 -0400
@@ -1,3 +1,7 @@
+2007-10-02  Lillian Angel  <langel@redhat.com>
+
+	* patches/icedtea-ant.patch: Added check to make sure ant is in PATH.
+
 2007-10-02  Lillian Angel  <langel@redhat.com>
 
 	* Makefile.am: Added patch.
--- a/patches/icedtea-ant.patch	Tue Oct 02 11:51:34 2007 -0400
+++ b/patches/icedtea-ant.patch	Tue Oct 02 12:01:56 2007 -0400
@@ -1,6 +1,6 @@
---- lang.orig	2007-10-02 11:38:32.000000000 -0400
-+++ openjdk/langtools/make/Makefile	2007-10-02 11:38:52.000000000 -0400
-@@ -129,17 +129,7 @@
+--- lang.orig	2007-10-02 11:57:53.000000000 -0400
++++ openjdk/langtools/make/Makefile	2007-10-02 11:58:08.000000000 -0400
+@@ -129,16 +129,9 @@
    ANT_OPTIONS += -Dfindbugs.home=$(FINDBUGS_HOME)
  endif
  
@@ -14,8 +14,9 @@
 -  ifneq ($(shell test -x "`which $(ANT)`" && echo OK), OK)
 -    $(error 'ant' not found -- please set ANT_HOME or put 'ant' on your PATH)
 -  endif
--endif
 +ANT = ant
++ifneq ($(shell test -x "`which $(ANT)`" && echo OK), OK)
++  $(error 'ant' not found -- please put 'ant' on your PATH)
+ endif
  
  # Default target and expected 'do everything' target
- all: build