mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
Issue #25696: Don't ignore errors in 'make bininstall' on creating $(LIBPC) directory
This commit is contained in:
parent
c2021558ef
commit
8de795f4d2
1 changed files with 1 additions and 1 deletions
|
|
@ -1110,7 +1110,7 @@ altbininstall: $(BUILDPYTHON) @FRAMEWORKPYTHONW@
|
|||
fi
|
||||
|
||||
bininstall: altbininstall
|
||||
-if test ! -d $(DESTDIR)$(LIBPC); then \
|
||||
if test ! -d $(DESTDIR)$(LIBPC); then \
|
||||
echo "Creating directory $(LIBPC)"; \
|
||||
$(INSTALL) -d -m $(DIRMODE) $(DESTDIR)$(LIBPC); \
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue