[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.60,1.61
Guido van Rossum
gvanrossum@users.sourceforge.net
Fri, 28 Sep 2001 17:42:22 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv20600
Modified Files:
Makefile.pre.in
Log Message:
Clarify the warning about the relative dates of Setup.dist and Setup;
Jeremy had seen the warning but not realized what he should do about
it. Add the hint "Usually, copying Setup.dist to Setup will work."
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.60
retrieving revision 1.61
diff -C2 -d -r1.60 -r1.61
*** Makefile.pre.in 2001/09/28 20:29:15 1.60
--- Makefile.pre.in 2001/09/29 00:42:19 1.61
***************
*** 377,380 ****
--- 377,381 ----
echo "check to make sure you have all the updates you"; \
echo "need in your Modules/Setup file."; \
+ echo "Usually, copying Setup.dist to Setup will work."; \
echo "-----------------------------------------------"; \
fi