Skip to content

Commit 7a5a1cf

Browse files
xdegayevstinner
authored andcommitted
bpo-36747: Remove the stale scriptsinstall Makefile target (GH-13003)
1 parent f781d20 commit 7a5a1cf

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

Makefile.pre.in

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,14 +1653,6 @@ frameworkaltinstallunixtools:
16531653
frameworkinstallextras:
16541654
cd Mac && $(MAKE) installextras DESTDIR="$(DESTDIR)"
16551655

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-
16641656
# Build the toplevel Makefile
16651657
Makefile.pre: $(srcdir)/Makefile.pre.in config.status
16661658
CONFIG_FILES=Makefile.pre CONFIG_HEADERS= $(SHELL) config.status
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove the stale scriptsinstall Makefile target.

0 commit comments

Comments
 (0)