/hg/icedtea-web: Add $(NETX_DIR) prefix to javaws launcher.

andrew at icedtea.classpath.org andrew at icedtea.classpath.org
Wed Oct 20 06:34:45 PDT 2010


changeset 22bfb12deaf7 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=22bfb12deaf7
author: Deepak Bhole <dbhole at redhat.com>
date: Wed Oct 20 14:34:41 2010 +0100

	Add $(NETX_DIR) prefix to javaws launcher.

	2010-10-19 Deepak Bhole <dbhole at redhat.com>

	 * Makefile.am: ($(NETX_DIR)/launcher/javaws): Use
	$(NETX_DIR).


diffstat:

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

diffs (24 lines):

diff -r 96217fb830fb -r 22bfb12deaf7 ChangeLog
--- a/ChangeLog	Wed Oct 20 14:26:16 2010 +0100
+++ b/ChangeLog	Wed Oct 20 14:34:41 2010 +0100
@@ -1,3 +1,8 @@ 2010-10-19  Deepak Bhole  <dbhole at redhat
+2010-10-19  Deepak Bhole  <dbhole at redhat.com>
+
+	* Makefile.am:
+	($(NETX_DIR)/launcher/javaws): Use $(NETX_DIR).
+
 2010-10-19  Deepak Bhole  <dbhole at redhat.com>
 
 	* Makefile.am:
diff -r 96217fb830fb -r 22bfb12deaf7 Makefile.am
--- a/Makefile.am	Wed Oct 20 14:26:16 2010 +0100
+++ b/Makefile.am	Wed Oct 20 14:34:41 2010 +0100
@@ -306,7 +306,7 @@ extra-lib/about.jar: stamps/extra-class-
 	$(CC) $(LAUNCHER_FLAGS) -DJAVA_ARGS='{ "-J-ms8m", "net.sourceforge.jnlp.runtime.Boot",  }' -DPROGNAME='"javaws"' \
 	-c -o $@ $<
 
-launcher/javaws: $(NETX_LAUNCHER_OBJECTS)
+$(NETX_DIR)/launcher/javaws: $(NETX_LAUNCHER_OBJECTS)
 	mkdir -p launcher
 	$(CC) $(LAUNCHER_LINK) $(NETX_LAUNCHER_OBJECTS)
 



More information about the distro-pkg-dev mailing list