[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.63,1.64 (original) (raw)
Barry A. Warsaw bwarsaw@beopen.com
Thu, 31 Aug 2000 16:55:32 -0400 (EDT)
- Previous message: [Python-Dev] stack check on Unix: any suggestions?
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Misc find_recursionlimit.py,NONE,1.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
"Fred" == Fred L Drake <fdrake@users.sourceforge.net> writes:
Fred> If Setup is older than Setup.in, issue a bold warning that
Fred> the Setup may need to be checked to make sure all the latest
Fred> information is present.
Fred> This closes SourceForge patch #101275.
Not quite. When I run make in the top-level directory, I see this message:
./Setup.in is newer than Setup; check to make sure you have all the updates you need in your Setup file.
I have to hunt around in my compile output to notice that, oh, make cd'd into Modules so it must be talking about /that/ Setup file. "Then why did it say ./Setup.in"? :)
The warning should say Modules/Setup.in is newer than Modules/Setup.
-Barry
- Previous message: [Python-Dev] stack check on Unix: any suggestions?
- Next message: [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Misc find_recursionlimit.py,NONE,1.1
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]