Patch for Review: Build all libjava .class files at once (Updated)
Tom Tromey
tromey@redhat.com
Sun Aug 17 00:04:00 GMT 2003
>>>>> "Nic" == Nic <nferrier@tapsellferrier.co.uk> writes:
Nic> # This is BASH specific because error messages are redirected to
Nic> # stderr using the /dev/stderr special form. I've no idea how to do
Nic> # this in bourne shell.
FYI:
echo "this is the error message" 1>&2
Nic> echo $? | JARCOMPILER_JAVAC="@JAVAC@" \
I think this also has the long command line problem, since `$?' can be
arbitrarily long.
Tom
More information about the Java-patches
mailing list