This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: autogen -T ../../trunk/fixincludes/check.tpl ../../trunk/fixincludes/inclhack.def


On Mar 10, 2006, at 7:15 PM, Andrew Pinski wrote:
On Mar 10, 2006, at 10:13 PM, Toon Moene wrote:
autogen -T ../../trunk/fixincludes/check.tpl ../../trunk/ fixincludes/inclhack.def
make[2]: autogen: Command not found


Maybe we should change this to be
autogen .... || true

so that we don't get that many complaints about this. Anyways the recommeneded
way to run the testsuite is "make -k check".


This is not really an error but a warning that autogen was not found and
fixincludes checking is almost never really need to be worried about
either.

Hum, I'd say that contrib/gcc_update should be used, if it wasn't, and that the make files should only have the dependencies if in maintainer mode, and that maintainers should have autogen. Toon would have to give us a hint which part failed him, for me to know just what went wrong.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]