Re: [O] Check for compilation error

2014-11-23 Thread Michael Brand
Hi Achim On Sat, Nov 22, 2014 at 12:30 PM, Achim Gratz wrote: > Michael Brand writes: >> What is the reason that "make check" does not stop at the first >> compilation error with a non-zero exit status? > > Emacs doesn't behave like a compiler ... when used as [...] --batch --eval '(batch-b

Re: [O] Check for compilation error

2014-11-22 Thread Achim Gratz
Michael Brand writes: > What is the reason that "make check" does not stop at the first > compilation error with a non-zero exit status? Emacs doesn't behave like a compiler. Regards, Achim. -- +<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+ SD adaptation for Waldorf Blofe

[O] Check for compilation error

2014-11-22 Thread Michael Brand
Hi all What is the reason that "make check" does not stop at the first compilation error with a non-zero exit status? Michael