From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/files/
Date: Mon, 4 Mar 2019 03:14:18 +0000 (UTC) [thread overview]
Message-ID: <1551669050.d1c490b9c9c522f663e841e4a59baabdac8f5c45.bman@gentoo> (raw)
commit: d1c490b9c9c522f663e841e4a59baabdac8f5c45
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Mar 3 15:57:42 2019 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon Mar 4 03:10:50 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1c490b9
dev-util/perf: remove unused patch(es)
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11236
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
dev-util/perf/files/perf-4.1.5-prefix.patch | 43 -----------------------------
1 file changed, 43 deletions(-)
diff --git a/dev-util/perf/files/perf-4.1.5-prefix.patch b/dev-util/perf/files/perf-4.1.5-prefix.patch
deleted file mode 100644
index 0c4dff01130..00000000000
--- a/dev-util/perf/files/perf-4.1.5-prefix.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-commit 75e84ab906ef8935cff3df3d8929f1bafea81599
-Author: Lukas Wunner <lukas@wunner.de>
-Date: Thu Jun 18 13:00:32 2015 +0200
-
- perf tools: Fix build breakage if prefix= is specified
-
- Invoking Makefile.perf with prefix= breaks the build since Makefile.perf
- hands that variable down to Makefile.build where it overrides
-
- prefix := $(subst ./,,$(OUTPUT)$(dir)/)
-
- leading to errors like this:
-
- No rule to make target '/usrabspath.o', needed by '/usrlibperf-in.o'
-
- Signed-off-by: Lukas Wunner <lukas@wunner.de>
- Acked-by: Jiri Olsa <jolsa@kernel.org>
- Cc: David Ahern <dsahern@gmail.com>
- Fixes: c819e2cf2eb6f65d3208d195d7a0edef6108d5
- Link: http://lkml.kernel.org/r/5582c48a.84a22b0a.a918.5285SMTPIN_ADDED_MISSING@mx.google.com
- Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-
-diff --git a/tools/build/Makefile.build b/tools/build/Makefile.build
-index 10df572..98cfc38 100644
---- a/tools/build/Makefile.build
-+++ b/tools/build/Makefile.build
-@@ -94,12 +94,12 @@ obj-y := $(patsubst %/, %/$(obj)-in.o, $(obj-y))
- subdir-obj-y := $(filter %/$(obj)-in.o, $(obj-y))
-
- # '$(OUTPUT)/dir' prefix to all objects
--prefix := $(subst ./,,$(OUTPUT)$(dir)/)
--obj-y := $(addprefix $(prefix),$(obj-y))
--subdir-obj-y := $(addprefix $(prefix),$(subdir-obj-y))
-+objprefix := $(subst ./,,$(OUTPUT)$(dir)/)
-+obj-y := $(addprefix $(objprefix),$(obj-y))
-+subdir-obj-y := $(addprefix $(objprefix),$(subdir-obj-y))
-
- # Final '$(obj)-in.o' object
--in-target := $(prefix)$(obj)-in.o
-+in-target := $(objprefix)$(obj)-in.o
-
- PHONY += $(subdir-y)
-
next reply other threads:[~2019-03-04 3:14 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-03-04 3:14 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-01-05 2:04 [gentoo-commits] repo/gentoo:master commit in: dev-util/perf/files/ Georgy Yakovlev
2021-02-18 23:06 Conrad Kostecki
2024-03-18 20:00 Conrad Kostecki
2024-11-19 10:49 Guilherme Amadio
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1551669050.d1c490b9c9c522f663e841e4a59baabdac8f5c45.bman@gentoo \
--to=bman@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox