Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f781d20 commit 7a5a1cfCopy full SHA for 7a5a1cf
2 files changed
Makefile.pre.in
@@ -1653,14 +1653,6 @@ frameworkaltinstallunixtools:
1653
frameworkinstallextras:
1654
cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)"
1655
1656
-# This installs a few of the useful scripts in Tools/scripts
1657
-scriptsinstall:
1658
- SRCDIR=$(srcdir) $(RUNSHARED) \
1659
- $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \
1660
- --prefix=$(prefix) \
1661
- --install-scripts=$(BINDIR) \
1662
- --root=$(DESTDIR)/
1663
-
1664
# Build the toplevel Makefile
1665
Makefile.pre: $(srcdir)/Makefile.pre.in config.status
1666
CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status
Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst
@@ -0,0 +1 @@
1
+Remove the stale scriptsinstall Makefile target.
0 commit comments