mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Give compileall a -d option so it works correctly in the face of
DESTDIR being non-null.
This commit is contained in:
parent
c44dbc46fe
commit
d2544e32f5
1 changed files with 2 additions and 2 deletions
|
@ -223,8 +223,8 @@ installmacsubtree:
|
|||
|
||||
|
||||
$(BUILDPYTHON) $(CACHERSRC) -v $(DESTDIR)$(MACLIBDEST) $(DESTDIR)$(MACTOOLSDEST)
|
||||
$(BUILDPYTHON) -Wi -tt $(compileall) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
|
||||
$(BUILDPYTHON) -O -Wi -tt $(compileall) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
|
||||
$(BUILDPYTHON) -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
|
||||
$(BUILDPYTHON) -O -Wi -tt $(compileall) -d $(MACTOOLSDEST) -x badsyntax $(DESTDIR)$(MACTOOLSDEST)
|
||||
|
||||
#
|
||||
# We use the full name here in stead of $(INSTALLED_PYTHONW), because
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue