diff options
author | Deepak Bhole <[email protected]> | 2010-10-20 14:26:16 +0100 |
---|---|---|
committer | Deepak Bhole <[email protected]> | 2010-10-20 14:26:16 +0100 |
commit | 102628c1172b47fc92d034a11c589ed69a37bfb6 (patch) | |
tree | e1f4c14f7f53563e7cd1ea52637ff8fcf7e746cf /ChangeLog | |
parent | 9d0c1a62c2076f9615d1b3413ac49991f4d37ee9 (diff) |
Introduce NETX_DIR to represent NetX build directory and use for launcher. Escape ORIGIN correctly. Add jni_md.h to avoid gcj conflicts.
2010-10-19 Deepak Bhole <[email protected]>
* Makefile.am:
(NETX_DIR): New variable representing the NetX build dir.
(NETX_LAUNCHER_OBJECTS): Prefix with $(NETX_DIR).
(LAUNCHER_LINK): Fixed escaping of ORIGIN to the rpath argument.
(all-local): Fix javaws launcher path.
(install-exec-local): Likewise, and use $(NETX_DIR) for NetX classes.jar.
(clean-plugin): Remove launcher.
(liveconnect): Use NETX_DIR in classpath.
(netx): Use NETX_DIR throughout.
(netx-dist): Likewise.
(clean-netx): Likewise.
($(NETX_DIR)/launcher/%.o)): Likewise.
* launcher/jni_md.h: Imported from OpenJDK.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2010-10-19 Deepak Bhole <[email protected]> + + * Makefile.am: + (NETX_DIR): New variable representing the NetX build dir. + (NETX_LAUNCHER_OBJECTS): Prefix with $(NETX_DIR). + (LAUNCHER_LINK): Fixed escaping of ORIGIN to the rpath argument. + (all-local): Fix javaws launcher path. + (install-exec-local): Likewise, and use $(NETX_DIR) for NetX classes.jar. + (clean-plugin): Remove launcher. + (liveconnect): Use NETX_DIR in classpath. + (netx): Use NETX_DIR throughout. + (netx-dist): Likewise. + (clean-netx): Likewise. + ($(NETX_DIR)/launcher/%.o)): Likewise. + * launcher/jni_md.h: Imported from OpenJDK. + 2010-10-20 Matthias Klose <[email protected]> * Makefile.am: Fix build with builddir != srcdir. |