[kaffe] Re: kaffe on NetBSD
Milos Negovanovic
milosn@xtra.co.nz
Mon Jun 9 15:36:01 2003
--=-wRqXkNbCdV7+SM/hdrI2
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
On Mon, 2003-06-09 at 20:59, Dalibor Topic wrote:
> these classes should be in libraries/javalib/lib after the compilation. Are you
> sure that the class library compilation works without fuss? Could you turn off
> the -v in rebuildLib, try to rebuild it again, and see if you can spot anything
> suspicious?
they are not in libraries/javalib/lib because rebuildLib does not build
them.
Commenting the echo line seams to do the trick, echo line makes the
folowing compile line do no actual work (will just print out and move
on). Shell scripting is not my stronger side so i would not have a clue
what might be wrong with that echo line, but something is :).
--- libraries/javalib/rebuildLib.in.old 2003-06-10 10:09:22.000000000
+1200
+++ libraries/javalib/rebuildLib.in 2003-06-10 10:09:45.000000000
+1200
@@ -47,5 +47,5 @@
cd $SRCDIR
-echo "Compiling classes from ${1+"$@"} using " $JAVAC
+#echo "Compiling classes from ${1+"$@"} using " $JAVAC
$JAVAC $VERBOSE $JAVAC_FLAGS -d $LIBDIR $CPATH ${1+"$@"}
Regards
Milos
--=-wRqXkNbCdV7+SM/hdrI2
Content-Disposition: attachment; filename=rebuildLib.in.diff
Content-Type: text/plain; name=rebuildLib.in.diff; charset=646
Content-Transfer-Encoding: 7bit
--- libraries/javalib/rebuildLib.in.old 2003-06-10 10:09:22.000000000 +1200
+++ libraries/javalib/rebuildLib.in 2003-06-10 10:09:45.000000000 +1200
@@ -47,5 +47,5 @@
cd $SRCDIR
-echo "Compiling classes from ${1+"$@"} using " $JAVAC
+#echo "Compiling classes from ${1+"$@"} using " $JAVAC
$JAVAC $VERBOSE $JAVAC_FLAGS -d $LIBDIR $CPATH ${1+"$@"}
--=-wRqXkNbCdV7+SM/hdrI2--