Re: [Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.63,1.64
"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
participants (1)
-
bwarsaw@beopen.com