[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [QUESTION] cscope.test
From: |
Ralf Wildenhues |
Subject: |
Re: [QUESTION] cscope.test |
Date: |
Sun, 25 Apr 2010 12:33:49 +0200 |
User-agent: |
Mutt/1.5.20 (2009-10-28) |
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