mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Patch #642020: Pass down prefix, BINDIR, and DESTSHARED to idleinstall.
This commit is contained in:
@@ -828,7 +828,12 @@ frameworkinstallunixtools:
|
||||
|
||||
# This installs IDLE
|
||||
idleinstall:
|
||||
SRCDIR=$(srcdir) ./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install --check-tkinter
|
||||
SRCDIR=$(srcdir) \
|
||||
./$(BUILDPYTHON) $(srcdir)/Tools/idle/setup.py install \
|
||||
--check-tkinter \
|
||||
--prefix=$(prefix) \
|
||||
--install-scripts=$(BINDIR) \
|
||||
--install-platlib=$(DESTSHARED)
|
||||
|
||||
# Build the toplevel Makefile
|
||||
Makefile.pre: Makefile.pre.in config.status
|
||||
|
||||
Reference in New Issue
Block a user