changeset in /hg/icedtea6: 2008-12-09 Gary Benson <gbenson at red...

Gary Benson gbenson at redhat.com
Tue Dec 9 00:27:24 PST 2008


changeset a8303cf14c13 in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=a8303cf14c13
description:
	2008-12-09  Gary Benson  <gbenson at redhat.com>

		* contrib/jck/compile-native-code.sh: Fix library paths.

diffstat:

2 files changed, 9 insertions(+), 4 deletions(-)
ChangeLog                          |    4 ++++
contrib/jck/compile-native-code.sh |    9 +++++----

diffs (27 lines):

diff -r e80c09b99b46 -r a8303cf14c13 ChangeLog
--- a/ChangeLog	Mon Dec 08 11:33:38 2008 +0000
+++ b/ChangeLog	Tue Dec 09 08:27:15 2008 +0000
@@ -1,3 +1,7 @@ 2008-12-08  Gary Benson  <gbenson at redhat
+2008-12-09  Gary Benson  <gbenson at redhat.com>
+
+	* contrib/jck/compile-native-code.sh: Fix library paths.
+
 2008-12-08  Gary Benson  <gbenson at redhat.com>
 
 	* contrib/jck/compile-native-code.sh: New file.
diff -r e80c09b99b46 -r a8303cf14c13 contrib/jck/compile-native-code.sh
--- a/contrib/jck/compile-native-code.sh	Mon Dec 08 11:33:38 2008 +0000
+++ b/contrib/jck/compile-native-code.sh	Tue Dec 09 08:27:15 2008 +0000
@@ -58,7 +58,8 @@ gcc -fPIC -shared -o $LIBDIR/libgenrando
   -I$JCKDIR/src/share/lib/jni/include/solaris \
   $JCKDIR/tests/api/javax_management/loading/data/archives/src/C/com_sun_management_mbeans_loading_RandomGen.c   
 
-jar uf $RESDIR/archives/MBeanUseNativeLib.jar $LIBDIR/libsystemInfo.so 
-rm -f $LIBDIR/libsystemInfo.so   
-jar cf $RESDIR/archives/OnlyLibs.jar $LIBDIR/libjmxlibid.so 
-rm -f $LIBDIR/libjmxlibid.so
+cd $LIBDIR
+jar uf $RESDIR/archives/MBeanUseNativeLib.jar libsystemInfo.so 
+rm -f libsystemInfo.so   
+jar cf $RESDIR/archives/OnlyLibs.jar libjmxlibid.so 
+rm -f libjmxlibid.so



More information about the distro-pkg-dev mailing list