]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Avoid the use of 'unset', which isn't available on all platforms. Fixes SF
authorThomas Wouters <thomas@python.org>
Thu, 19 Jul 2001 09:28:24 +0000 (09:28 +0000)
committerThomas Wouters <thomas@python.org>
Thu, 19 Jul 2001 09:28:24 +0000 (09:28 +0000)
bug #442627.

Makefile.pre.in

index f81702b4509d9163181fff86f056a4c5be8b0149..9d8b40fa166aab40239f1d28624871f93e865c16 100644 (file)
@@ -282,7 +282,8 @@ platform: $(PYTHON)
 
 # Build the shared modules
 sharedmods: $(PYTHON)
-       PYTHONPATH= ./$(PYTHON) $(srcdir)/setup.py build
+       PYTHONPATH= PYTHONHOME= PYTHONSTARTUP= \
+               ./$(PYTHON) $(srcdir)/setup.py build
 
 # buildno should really depend on something like LIBRARY_SRC
 buildno: $(PARSER_OBJS) \