[kaffe] Re: kaffe on NetBSD

Dalibor Topic robilad@yahoo.com
Tue Jun 10 05:05:01 2003


--0-1585487603-1055246897=:92151
Content-Type: text/plain; charset=us-ascii
Content-Id: 
Content-Disposition: inline

Zdravo Milose,

--- Milos Negovanovic <milosn@xtra.co.nz> wrote:
> On Mon, 2003-06-09 at 20:59, Dalibor Topic wrote:

> 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 :).

yeah, that echo line looks weirdly quoted to me. Could you try the attached
patch that adds a couple of '"' and see if that one works better?

cheers,
dalibor topic

__________________________________
Do you Yahoo!?
Yahoo! Calendar - Free online calendar with sync to Outlook(TM).
http://calendar.yahoo.com
--0-1585487603-1055246897=:92151
Content-Type: text/plain; name="rebuildLib-echo.diff"
Content-Description: rebuildLib-echo.diff
Content-Disposition: inline; filename="rebuildLib-echo.diff"

Index: libraries/javalib/rebuildLib.in
===================================================================
RCS file: /cvs/kaffe/kaffe/libraries/javalib/rebuildLib.in,v
retrieving revision 1.34
diff -u -r1.34 rebuildLib.in
--- libraries/javalib/rebuildLib.in	18 May 2003 21:12:35 -0000	1.34
+++ libraries/javalib/rebuildLib.in	10 Jun 2003 12:02:12 -0000
@@ -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+"$@"}

--0-1585487603-1055246897=:92151--