[Python-checkins] CVS: python/dist/src/Modules Makefile.pre.in,1.63,1.64

Fred L. Drake python-dev@python.org
Thu, 31 Aug 2000 09:56:18 -0700


Update of /cvsroot/python/python/dist/src/Modules
In directory slayer.i.sourceforge.net:/tmp/cvs-serv20652/Modules

Modified Files:
	Makefile.pre.in 
Log Message:

If Setup is older than Setup.in, issue a bold warning that the Setup may
need to be checked to make sure all the latest information is present.

This closes SourceForge patch #101275.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/Makefile.pre.in,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -r1.63 -r1.64
*** Makefile.pre.in	2000/06/30 16:04:18	1.63
--- Makefile.pre.in	2000/08/31 16:56:15	1.64
***************
*** 161,166 ****
  		done
  
! Setup:
! 		cp $(srcdir)/Setup.in Setup
  
  Setup.local:
--- 161,175 ----
  		done
  
! Setup:		$(srcdir)/Setup.in
! 		@if [ -f Setup ] ; then \
! 			echo; \
! 			echo "-------------------------------------------"; \
! 			echo "$(srcdir)/Setup.in is newer than Setup;"; \
! 			echo "check to make sure you have all the updates"; \
! 			echo "you need in your Setup file."; \
! 			echo "-------------------------------------------"; \
! 			echo; \
! 		else (set -x; cp $(srcdir)/Setup.in Setup); fi
! 
  
  Setup.local: