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

Guido van Rossum gvanrossum@users.sourceforge.net
Thu, 19 Jul 2001 08:17:54 -0700


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

Modified Files:
	Makefile.pre.in 
Log Message:
Thomas, I don't care about unset either, but setting PYTHONHOME=
doesn't work -- it actually prevents the extensions from being built
properly.  So I'm changing the "sharedmods" target to what I presume
it was before:
	PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build


Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.42
retrieving revision 1.43
diff -C2 -r1.42 -r1.43
*** Makefile.pre.in	2001/07/19 11:00:41	1.42
--- Makefile.pre.in	2001/07/19 15:17:52	1.43
***************
*** 287,292 ****
  # Build the shared modules
  sharedmods: $(PYTHON)
! 	PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
! 		./$(PYTHON) $(srcdir)/setup.py build
  
  # buildno should really depend on something like LIBRARY_SRC
--- 287,291 ----
  # Build the shared modules
  sharedmods: $(PYTHON)
! 	PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
  
  # buildno should really depend on something like LIBRARY_SRC