Kaydet (Commit) 01f43118 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Use RUNSHARED for python invocations. Fixes #661408.

üst bb51ed33
......@@ -838,7 +838,7 @@ frameworkinstallunixtools:
# This installs IDLE
idleinstall:
SRCDIR=$(srcdir) \
SRCDIR=$(srcdir) $(RUNSHARED) \
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
--check-tkinter \
--prefix=$(prefix) \
......@@ -847,7 +847,7 @@ idleinstall:
# This installs a few of the useful scripts in Tools/scripts
scriptsinstall:
SRCDIR=$(srcdir) \
SRCDIR=$(srcdir) $(RUNSHARED) \
./$(BUILDPYTHON) $(srcdir)/Tools/scripts/setup.py install \
--prefix=$(prefix) \
--install-scripts=$(BINDIR)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment