changeset 1266:a8303cf14c13

2008-12-09 Gary Benson <gbenson@redhat.com> * contrib/jck/compile-native-code.sh: Fix library paths.
author Gary Benson <gbenson@redhat.com>
date Tue, 09 Dec 2008 08:27:15 +0000
parents e80c09b99b46
children f22738446a8f
files ChangeLog contrib/jck/compile-native-code.sh
diffstat 2 files changed, 9 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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-09  Gary Benson  <gbenson@redhat.com>
+
+	* contrib/jck/compile-native-code.sh: Fix library paths.
+
 2008-12-08  Gary Benson  <gbenson@redhat.com>
 
 	* contrib/jck/compile-native-code.sh: New file.
--- 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 @@
   -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