This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch for Review: Build all libjava .class files at once (Updated)


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]