/hg/icedtea6: Makefile.am: (add-nss-debug.stamp): fixed ECJ_BUIL...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Fri May 9 11:28:48 UTC 2014
changeset 29d6e0e0c2d2 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=29d6e0e0c2d2
author: Jiri Vanek <jvanek at redhat.com>
date: Fri May 09 13:28:18 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 c0295bae714c -r 29d6e0e0c2d2 ChangeLog
--- a/ChangeLog Thu Apr 17 02:40:37 2014 +0100
+++ b/ChangeLog Fri May 09 13:28:18 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>
* NEWS:
diff -r c0295bae714c -r 29d6e0e0c2d2 Makefile.am
--- a/Makefile.am Thu Apr 17 02:40:37 2014 +0100
+++ b/Makefile.am Fri May 09 13:28:18 2014 +0200
@@ -1918,7 +1918,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