projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e598ef
)
tools: install perf python bindings
author
Adriaan Schmidt
<adriaan.schmidt@siemens.com>
Mon, 4 Apr 2022 11:38:33 +0000
(13:38 +0200)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Thu, 22 May 2025 18:32:07 +0000
(20:32 +0200)
Bug-Debian: http://bugs.debian.org/860957
Forwarded: not-needed
Gbp-Pq: Topic debian
Gbp-Pq: Name tools-perf-install-python-bindings.patch
tools/perf/Makefile.perf
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.perf
b/tools/perf/Makefile.perf
index 86cc6161d7583b7f38b487bb4b4be1a851c5af45..ea98b061fb4d6bfb001f833b9691d78341e13d9f 100644
(file)
--- a/
tools/perf/Makefile.perf
+++ b/
tools/perf/Makefile.perf
@@
-1025,7
+1025,7
@@
install-bin: install-tools install-tests install-traceevent-plugins
install: install-bin try-install-man
install-python_ext:
- $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
+ $(PYTHON_WORD) util/setup.py --quiet install --root='/$(DESTDIR_SQ)'
--install-layout=deb
# 'make install-doc' should call 'make -C Documentation install'
$(INSTALL_DOC_TARGETS):