mirror of
https://github.com/python/cpython.git
synced 2025-11-13 07:26:31 +00:00
forward port of 1.136.6.2:
$(prefix) wasn't communicated to Mac/OSX/Makefile for all targets. Fixed.
This commit is contained in:
parent
001734ca7f
commit
48e02e4c39
1 changed files with 2 additions and 2 deletions
|
|
@ -875,13 +875,13 @@ frameworkinstallmaclib:
|
||||||
frameworkinstallapps:
|
frameworkinstallapps:
|
||||||
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installapps \
|
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installapps \
|
||||||
$(RUNSHARED) BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
|
$(RUNSHARED) BUILDPYTHON=./$(BUILDPYTHON) DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
|
||||||
srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
|
srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) prefix=$(prefix)
|
||||||
|
|
||||||
# This install the unix python and pythonw tools in /usr/local/bin
|
# This install the unix python and pythonw tools in /usr/local/bin
|
||||||
frameworkinstallunixtools:
|
frameworkinstallunixtools:
|
||||||
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installunixtools \
|
$(MAKE) -f $(srcdir)/Mac/OSX/Makefile installunixtools \
|
||||||
DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
|
DIRMODE=$(DIRMODE) FILEMODE=$(FILEMODE) \
|
||||||
srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR)
|
srcdir=$(srcdir) builddir=. DESTDIR=$(DESTDIR) prefix=$(prefix)
|
||||||
|
|
||||||
# This installs the Demos and Tools into the applications directory.
|
# This installs the Demos and Tools into the applications directory.
|
||||||
# It is not part of a normal frameworkinstall
|
# It is not part of a normal frameworkinstall
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue