/hg/release/icedtea6-1.13: Makefile.am: (add-nss-debug.stamp): f...

jvanek at icedtea.classpath.org jvanek at icedtea.classpath.org
Fri May 9 11:19:41 UTC 2014


changeset c48649311b8f in /hg/release/icedtea6-1.13
details: http://icedtea.classpath.org/hg/release/icedtea6-1.13?cmd=changeset;node=c48649311b8f
author: Jiri Vanek <jvanek at redhat.com>
date: Fri May 09 13:19:29 2014 +0200

	Makefile.am: (add-nss-debug.stamp): fixed ECJ_BUILD_OUTPUT_DIR to DEBUG_BUILD_OUTPUT_DIR.


diffstat:

 ChangeLog   |  5 +++++
 Makefile.am |  2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r e9c20ef2e0fc -r c48649311b8f ChangeLog
--- a/ChangeLog	Thu Apr 17 02:30:59 2014 +0100
+++ b/ChangeLog	Fri May 09 13:19:29 2014 +0200
@@ -1,3 +1,8 @@
+2014-05-09  Jiri Vanek  <jvanek at redhat.com>
+
+	* Makefile.am: (add-nss-debug.stamp): fixed ECJ_BUILD_OUTPUT_DIR
+	to DEBUG_BUILD_OUTPUT_DIR.
+
 2014-04-16  Andrew John Hughes  <gnu.andrew at redhat.com>
 
 	* configure.ac: Bump to 1.13.4pre.
diff -r e9c20ef2e0fc -r c48649311b8f Makefile.am
--- a/Makefile.am	Thu Apr 17 02:30:59 2014 +0100
+++ b/Makefile.am	Fri May 09 13:19:29 2014 +0200
@@ -1901,7 +1901,7 @@
 	rm -f stamps/add-nss-debug.stamp.tmp
 	touch stamps/add-nss-debug.stamp.tmp
 	all_patches_ok=yes; \
-	for dir in $(ECJ_BUILD_OUTPUT_DIR)/{j2sdk-image/jre,j2re-image} ; \
+	for dir in $(DEBUG_BUILD_OUTPUT_DIR)/{j2sdk-image/jre,j2re-image} ; \
 	do \
 	  pushd $$dir ; \
 	  cp -v $$dir/lib/security/java.security{,.old} ; \


More information about the distro-pkg-dev mailing list