changeset 2184:0b38b757f001

Join Rhino class creation to jar creation with &&. 2010-05-28 Andrew John Hughes <ahughes@redhat.com> * Makefile.am: (rewrite-rhino.stamp): Join class building to jar creation with &&.
author Andrew John Hughes <ahughes@redhat.com>
date Fri, 28 May 2010 17:48:11 +0100
parents a0d045c13c13
children 52e42458b501
files ChangeLog Makefile.am
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog	Fri May 28 17:29:01 2010 +0100
+++ b/ChangeLog	Fri May 28 17:48:11 2010 +0100
@@ -1,3 +1,9 @@
+2010-05-28 Andrew John Hughes  <ahughes@redhat.com>
+
+	* Makefile.am:
+	(rewrite-rhino.stamp): Join class building
+	to jar creation with &&.
+
 2010-02-24 Andrew John Hughes  <ahughes@redhat.com>
 
 	* Makefile.am:
--- a/Makefile.am	Fri May 28 17:29:01 2010 +0100
+++ b/Makefile.am	Fri May 28 17:48:11 2010 +0100
@@ -2300,7 +2300,7 @@
 	   cp -v $$files $$new_file ; \
 	   sed -ie 's#org\.mozilla#sun.org.mozilla#g' $$new_file ; \
 	 done \
-	)
+	) && \
 	(cd rhino/rhino.new && \
 	 $(ICEDTEA_BOOT_DIR)/bin/jar cfm ../rhino.jar META-INF/MANIFEST.MF sun )
 endif