mirror of
https://github.com/python/cpython.git
synced 2024-11-25 19:03:49 +08:00
(Merge 3.5) Issue #25696: Fix installation of Python on UNIX with make -j9.
This commit is contained in:
commit
117051afa9
@ -1110,6 +1110,10 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
|
||||
fi
|
||||
|
||||
bininstall: altbininstall
|
||||
-if test ! -d $(DESTDIR)$(LIBPC); then \
|
||||
echo "Creating directory $(LIBPC)"; \
|
||||
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
|
||||
fi
|
||||
-if test -f $(DESTDIR)$(BINDIR)/python3$(EXE) -o -h $(DESTDIR)$(BINDIR)/python3$(EXE); \
|
||||
then rm -f $(DESTDIR)$(BINDIR)/python3$(EXE); \
|
||||
else true; \
|
||||
|
Loading…
Reference in New Issue
Block a user