[Python-checkins] CVS: python/dist/src Makefile.pre.in,1.51,1.52

Guido van Rossum gvanrossum@users.sourceforge.net
Fri, 17 Aug 2001 08:32:33 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Strip trailing whitespace, including two lines containing only one or
more tabs that XEmacs Makefile mode found suspicious.


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** Makefile.pre.in	2001/08/15 01:26:28	1.51
--- Makefile.pre.in	2001/08/17 15:32:31	1.52
***************
*** 1,4 ****
  # Top-level Makefile for Python
! # 
  # As distributed, this file is called Makefile.pre.in; it is processed
  # into the real Makefile by running the script ./configure, which
--- 1,4 ----
  # Top-level Makefile for Python
! #
  # As distributed, this file is called Makefile.pre.in; it is processed
  # into the real Makefile by running the script ./configure, which
***************
*** 6,20 ****
  # This means that if you edit Makefile, your changes get lost the next
  # time you run the configure script.  Ideally, you can do:
! # 
  #	./configure
  #	make
  #	make test
  #	make install
! # 
  # If you have a previous version of Python installed that you don't
  # want to overwrite, you can use "make altinstall" instead of "make
  # install".  Refer to the "Installing" section in the README file for
  # additional details.
! # 
  # See also the section "Build instructions" in the README file.
  
--- 6,20 ----
  # This means that if you edit Makefile, your changes get lost the next
  # time you run the configure script.  Ideally, you can do:
! #
  #	./configure
  #	make
  #	make test
  #	make install
! #
  # If you have a previous version of Python installed that you don't
  # want to overwrite, you can use "make altinstall" instead of "make
  # install".  Refer to the "Installing" section in the README file for
  # additional details.
! #
  # See also the section "Build instructions" in the README file.
  
***************
*** 283,287 ****
  
  # Default target
! all:		$(PYTHON) oldsharedmods sharedmods 
  
  # Build the interpreter
--- 283,287 ----
  
  # Default target
! all:		$(PYTHON) oldsharedmods sharedmods
  
  # Build the interpreter
***************
*** 340,344 ****
  $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): $(LIBRARY) $(PYTHONFRAMEWORKDIR)
  	libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
! 		-framework System @LIBTOOL_CRUFT@ 
  
  # This rule builds the Cygwin Python DLL
--- 340,344 ----
  $(PYTHONFRAMEWORKDIR)/Versions/$(VERSION)/$(PYTHONFRAMEWORK): $(LIBRARY) $(PYTHONFRAMEWORKDIR)
  	libtool -o $(LDLIBRARY) -dynamic $(OTHER_LIBTOOL_OPT) $(LIBRARY) \
! 		-framework System @LIBTOOL_CRUFT@
  
  # This rule builds the Cygwin Python DLL
***************
*** 501,505 ****
  # Install almost everything without disturbing previous versions
  altinstall:	altbininstall libinstall inclinstall libainstall \
!                 sharedinstall oldsharedinstall 
  
  # Install shared libraries enabled by Setup
--- 501,505 ----
  # Install almost everything without disturbing previous versions
  altinstall:	altbininstall libinstall inclinstall libainstall \
!                 sharedinstall oldsharedinstall
  
  # Install shared libraries enabled by Setup
***************
*** 514,518 ****
  		done
  
! $(DESTSHARED): 
  		@for i in $(DESTDIRS); \
  		do \
--- 514,518 ----
  		done
  
! $(DESTSHARED):
  		@for i in $(DESTDIRS); \
  		do \
***************
*** 750,754 ****
  	$(LN) -fs Versions/Current/Headers $(PYTHONFRAMEWORKDIR)/Headers
  	$(LN) -fs Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources
! 	
  # On install, we re-make the framework
  # structure in the install location, /Library/Frameworks/ or the argument to
--- 750,754 ----
  	$(LN) -fs Versions/Current/Headers $(PYTHONFRAMEWORKDIR)/Headers
  	$(LN) -fs Versions/Current/Resources $(PYTHONFRAMEWORKDIR)/Resources
! 
  # On install, we re-make the framework
  # structure in the install location, /Library/Frameworks/ or the argument to
***************
*** 782,786 ****
  	$(LN) -fs Versions/Current/Resources $(PYTHONFRAMEWORKINSTALLDIR)/Resources
  	$(INSTALL_DATA) $(LDLIBRARY) $(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
! 		
  # Build the toplevel Makefile
  Makefile.pre: Makefile.pre.in config.status
--- 782,786 ----
  	$(LN) -fs Versions/Current/Resources $(PYTHONFRAMEWORKINSTALLDIR)/Resources
  	$(INSTALL_DATA) $(LDLIBRARY) $(PYTHONFRAMEWORKPREFIX)/$(LDLIBRARY)
! 
  # Build the toplevel Makefile
  Makefile.pre: Makefile.pre.in config.status
***************
*** 834,838 ****
  	-rm -f $(PYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
  		tags TAGS \
! 		config.cache config.log pyconfig.h Modules/config.c 
  	-rm -rf build platform
  
--- 834,838 ----
  	-rm -f $(PYTHON) $(PGEN) $(LIBRARY) $(LDLIBRARY) $(DLLLIBRARY) \
  		tags TAGS \
! 		config.cache config.log pyconfig.h Modules/config.c
  	-rm -rf build platform