changeset in /hg/icedtea: 2007-10-02 Lillian Angel <langel at red...

Lillian Angel langel at redhat.com
Tue Oct 2 09:02:02 PDT 2007


changeset a68a89a22f13 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a68a89a22f13
description:
	2007-10-02  Lillian Angel  <langel at redhat.com>

	        * patches/icedtea-ant.patch: Added check to make sure ant is in PATH.

diffstat:

2 files changed, 10 insertions(+), 5 deletions(-)
ChangeLog                 |    4 ++++
patches/icedtea-ant.patch |   11 ++++++-----

diffs (36 lines):

diff -r ea769f98233d -r a68a89a22f13 ChangeLog
--- 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 at redha
+2007-10-02  Lillian Angel  <langel at redhat.com>
+
+	* patches/icedtea-ant.patch: Added check to make sure ant is in PATH.
+
 2007-10-02  Lillian Angel  <langel at redhat.com>
 
 	* Makefile.am: Added patch.
diff -r ea769f98233d -r a68a89a22f13 patches/icedtea-ant.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



More information about the distro-pkg-dev mailing list