/hg/icedtea-web: Makefile.am: using proper classpath separator v...
jvanek at icedtea.classpath.org
jvanek at icedtea.classpath.org
Thu Feb 28 13:50:15 UTC 2019
changeset d086c969440f in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d086c969440f
author: Jiri Vanek <jvanek at redhat.com>
date: Thu Feb 28 14:49:58 2019 +0100
Makefile.am: using proper classpath separator variable instead of hardcoded one
diffstat:
ChangeLog | 5 +++++
Makefile.am | 2 +-
2 files changed, 6 insertions(+), 1 deletions(-)
diffs (24 lines):
diff -r 16928468c234 -r d086c969440f ChangeLog
--- a/ChangeLog Thu Feb 28 11:38:58 2019 +0100
+++ b/ChangeLog Thu Feb 28 14:49:58 2019 +0100
@@ -1,3 +1,8 @@
+2019-02-28 Jiri Vanek <jvanek at redhat.com>
+ Michal Vala <mvala at redhat.com>
+
+ * Makefile.am: using proper classpath separator variable instead of hardcoded one
+
2019-02-27 Jiri Vanek <jvanek at redhat.com>
Alexandr Kolouch <skolnag at gmail.com>
diff -r 16928468c234 -r d086c969440f Makefile.am
--- a/Makefile.am Thu Feb 28 11:38:58 2019 +0100
+++ b/Makefile.am Thu Feb 28 14:49:58 2019 +0100
@@ -1256,7 +1256,7 @@
cd "$(REPRODUCERS_TESTS_SRCDIR)/$$which/$$dir/srcs/" ; \
srcFiles=`find . -mindepth 1 -type f -name "*.java" | sed "s/.\/*//"` ; \
notSrcFiles=`find . -mindepth 1 -type f \! -name "*.java" | sed "s/.\/*//"` ; \
- $(SYSTEM_JDK_DIR)/bin/javac -cp $(NETX_DIR)/lib/classes.jar:$(TOP_BUILD_DIR)/liveconnect -d "$(REPRODUCERS_BUILD_DIR)/$$dir/" $$srcFiles ; \
+ $(SYSTEM_JDK_DIR)/bin/javac -cp $(NETX_DIR)/lib/classes.jar\$(CLASSPATH_SEPARATOR)$(TOP_BUILD_DIR)/liveconnect -d "$(REPRODUCERS_BUILD_DIR)/$$dir/" $$srcFiles ; \
if [ -n "$$notSrcFiles" ] ; then \
cp -R --parents $$notSrcFiles "$(REPRODUCERS_BUILD_DIR)/$$dir/" ; \
fi ; \
More information about the distro-pkg-dev
mailing list