summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorxdegaye <xdegaye@gmail.com>2019-04-29 09:01:42 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2019-04-29 09:01:42 (GMT)
commit7a5a1cfe04892351bba8e8d7d21ae2262fa35b67 (patch)
tree0081a47a3cae0a556affff285079a9361c5b8c45 /Makefile.pre.in
parentf781d202a2382731b43bade845a58d28a02e9ea1 (diff)
downloadcpython-7a5a1cfe04892351bba8e8d7d21ae2262fa35b67.zip
cpython-7a5a1cfe04892351bba8e8d7d21ae2262fa35b67.tar.gz
cpython-7a5a1cfe04892351bba8e8d7d21ae2262fa35b67.tar.bz2
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in8
1 files changed, 0 insertions, 8 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 7f0d8d44..619e3fb 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