This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug other/29700] check requires autogen
- From: "ebotcazou at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 3 Nov 2006 23:36:51 -0000
- Subject: [Bug other/29700] check requires autogen
- References: <bug-29700-455@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from ebotcazou at gcc dot gnu dot org 2006-11-03 23:36 -------
> Sorry for not indicating that. Always specified `-k' in all `make'
> runs. They yield the results as described.
'make check' and 'make -k check' are certainly not equivalent. The former
will stop if you don't have autogen, the latter will not. So autogen is
not required to run 'make -k check'.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29700