bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)

https://github.com/python/cpython/commit/7a5a1cfe04892351bba8e8d7d21ae2262fa... commit: 7a5a1cfe04892351bba8e8d7d21ae2262fa35b67 branch: master author: xdegaye <xdegaye@gmail.com> committer: Victor Stinner <victor.stinner@gmail.com> date: 2019-04-29T11:01:42+02:00 summary: bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003) files: A Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst M Makefile.pre.in diff --git a/Makefile.pre.in b/Makefile.pre.in index 7f0d8d44b3d1..619e3fb3645e 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1653,14 +1653,6 @@ frameworkaltinstallunixtools: frameworkinstallextras: cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)" -# This installs a few of the useful scripts in Tools/scripts -scriptsinstall: - SRCDIR=$(srcdir) $(RUNSHARED) \ - $(PYTHON_FOR_BUILD) $(srcdir)/Tools/scripts/setup.py install \ - --prefix=$(prefix) \ - --install-scripts=$(BINDIR) \ - --root=$(DESTDIR)/ - # Build the toplevel Makefile Makefile.pre: $(srcdir)/Makefile.pre.in config.status CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status diff --git a/Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst b/Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst new file mode 100644 index 000000000000..dd5a00801a93 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-04-29-09-57-20.bpo-36747.1YEyu-.rst @@ -0,0 +1 @@ +Remove the stale scriptsinstall Makefile target.
participants (1)
-
Victor Stinner