[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.38,1.39 .cvsignore,2.2,2.3

Guido van Rossum gvanrossum@users.sourceforge.net
Wed, 06 Jun 2001 10:51:59 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv7631

Modified Files:
	Makefile.pre.in .cvsignore 
Log Message:
Acknowledge the existence of the 'platform' file, generated by the
Makefile and used by the setup.py script.  Ignore it in .cvsignore;
remove it in "make clobber".



Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -r1.38 -r1.39
*** Makefile.pre.in	2001/06/02 06:16:02	1.38
--- Makefile.pre.in	2001/06/06 17:51:57	1.39
***************
*** 764,768 ****
  		tags TAGS \
  		config.cache config.log config.h Modules/config.c 
! 	-rm -rf build
  
  # Make things extra clean, before making a distribution:
--- 764,768 ----
  		tags TAGS \
  		config.cache config.log config.h Modules/config.c 
! 	-rm -rf build platform
  
  # Make things extra clean, before making a distribution:

Index: .cvsignore
===================================================================
RCS file: /cvsroot/python/python/dist/src/.cvsignore,v
retrieving revision 2.2
retrieving revision 2.3
diff -C2 -r2.2 -r2.3
*** .cvsignore	2001/05/15 01:53:40	2.2
--- .cvsignore	2001/06/06 17:51:57	2.3
***************
*** 9,10 ****
--- 9,11 ----
  build
  Makefile.pre
+ platform