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 absent Fortran compiler. > $MAKE distclean This is just cleanup for the following, I guess. > cd .. > ./configure > $MAKE distcheck > > : > > What are they supposed to test? Probably I just added the distcheck merely to ensure that the rules for the generated sources in sub/Makefile.am are consistent. I tend to add them while writing a test, to ensure the Makefile.am files are complete and fairly copy-pasteable. No big issue either way here though. Cheers, Ralf