Re: [QUESTION] cscope.test

2010-04-25 Thread Ralf Wildenhues
Hi Stefano, * Stefano Lattarini wrote on Fri, Apr 23, 2010 at 07:23:03PM CEST: > Myabe this is a stupid question, but I've not been not able to figure > out what's the role of the following trailing lines in `cscope.test': > > $MAKE || Exit 77 This line was added in a1d5239b5e to cope with abs

[QUESTION] cscope.test

2010-04-23 Thread Stefano Lattarini
Hello automakers. Myabe this is a stupid question, but I've not been not able to figure out what's the role of the following trailing lines in `cscope.test': $MAKE || Exit 77 $MAKE distclean cd .. ./configure $MAKE distcheck : What are they supposed to test? Thanks, Stefano