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

Thomas Wouters twouters@users.sourceforge.net
2001年7月19日 06:21:08 -0700


Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv22315
Modified Files:
 Tag: release21-maint
	Makefile.pre.in 
Log Message:
Revert the previous two changes, unsetting PYTHONHOME breaks the build
procedure on some platforms. Better safe than sorry!
Index: Makefile.pre.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/Makefile.pre.in,v
retrieving revision 1.35.2.1
retrieving revision 1.35.2.2
diff -C2 -r1.35.2.1 -r1.35.2.2
*** Makefile.pre.in	2001年07月19日 09:28:24	1.35.2.1
--- Makefile.pre.in	2001年07月19日 13:21:05	1.35.2.2
***************
*** 283,288 ****
 # Build the shared modules
 sharedmods: $(PYTHON)
! 	PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
! 		./$(PYTHON) $(srcdir)/setup.py build
 
 # buildno should really depend on something like LIBRARY_SRC
--- 283,287 ----
 # Build the shared modules
 sharedmods: $(PYTHON)
! 	PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
 
 # buildno should really depend on something like LIBRARY_SRC

AltStyle によって変換されたページ (->オリジナル) /