/hg/icedtea: Fix old usage of JDK_SHARE instead of SHARE.
andrew at icedtea.classpath.org
andrew at icedtea.classpath.org
Mon Apr 26 16:24:04 PDT 2010
changeset a683ef7f7d41 in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=a683ef7f7d41
author: Andrew John Hughes <ahughes at redhat.com>
date: Tue Apr 27 00:23:57 2010 +0100
Fix old usage of JDK_SHARE instead of SHARE.
2010-04-26 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am: (rt.stamp): Change JDK_SHARE to SHARE
to match IcedTea6.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
Makefile.am | 2 +-
diffs (24 lines):
diff -r 86ea08fc3e46 -r a683ef7f7d41 ChangeLog
--- a/ChangeLog Wed Mar 31 00:47:11 2010 +0100
+++ b/ChangeLog Tue Apr 27 00:23:57 2010 +0100
@@ -1,3 +1,8 @@ 2010-03-31 Andrew John Hughes <ahughes@
+2010-04-26 Andrew John Hughes <ahughes at redhat.com>
+
+ * Makefile.am:
+ (rt.stamp): Change JDK_SHARE to SHARE to match IcedTea6.
+
2010-03-31 Andrew John Hughes <ahughes at redhat.com>
* Makefile.am:
diff -r 86ea08fc3e46 -r a683ef7f7d41 Makefile.am
--- a/Makefile.am Wed Mar 31 00:47:11 2010 +0100
+++ b/Makefile.am Tue Apr 27 00:23:57 2010 +0100
@@ -2578,7 +2578,7 @@ if LACKS_SUN_AWT_TOOLKIT
cd lib/rt ; \
for dirs in $(ICEDTEA_BOOTSTRAP_RESOURCES) ; \
do \
- destpath=`echo $$dirs|sed -e 's#$(LANGTOOLS)/##' -e 's#$(JDK_SHARE)/##'` ; \
+ destpath=`echo $$dirs|sed -e 's#$(LANGTOOLS)/##' -e 's#$(SHARE)/##'` ; \
mkdir -p `dirname $$destpath` ; \
cp -a ../../$$dirs $$destpath ; \
done ; \
More information about the distro-pkg-dev
mailing list