Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1200141 > unrolled thread
| Started by | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| First post | 2015-08-04 18:20 +0200 |
| Last post | 2015-08-07 09:30 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
tools/perf: Add empty Build files for architectures lacking them Ben Hutchings <ben@decadent.org.uk> - 2015-08-04 18:20 +0200
Re: tools/perf: Add empty Build files for architectures lacking them Arnaldo Carvalho de Melo <acme@kernel.org> - 2015-08-07 04:10 +0200
[tip:perf/core] perf tools: Add empty Build files for architectures lacking them tip-bot for Ben Hutchings <tipbot@zytor.com> - 2015-08-07 09:30 +0200
| From | Ben Hutchings <ben@decadent.org.uk> |
|---|---|
| Date | 2015-08-04 18:20 +0200 |
| Subject | tools/perf: Add empty Build files for architectures lacking them |
| Message-ID | <pTN6z-7fJ-23@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
perf currently fails to build on MIPS as there is no
tools/perf/arch/mips/Build file. Adding an empty file fixes this as
there are no MIPS-specific sources to build.
It looks like the same is needed for Alpha and PA-RISC, though I
haven't been able to test those.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Fixes: 5e8c0fb6a957 ("perf build: Add arch x86 objects building")
---
--- /dev/null
+++ b/tools/perf/arch/alpha/Build
@@ -0,0 +1 @@
+# empty
--- /dev/null
+++ b/tools/perf/arch/mips/Build
@@ -0,0 +1,1 @@
+# empty
--- /dev/null
+++ b/tools/perf/arch/parisc/Build
@@ -0,0 +1 @@
+# empty
--
Ben Hutchings
Logic doesn't apply to the real world. - Marvin Minsky
[toc] | [next] | [standalone]
| From | Arnaldo Carvalho de Melo <acme@kernel.org> |
|---|---|
| Date | 2015-08-07 04:10 +0200 |
| Message-ID | <pUFgC-27P-37@gated-at.bofh.it> |
| In reply to | #1200141 |
Em Tue, Aug 04, 2015 at 05:10:27PM +0100, Ben Hutchings escreveu: > perf currently fails to build on MIPS as there is no > tools/perf/arch/mips/Build file. Adding an empty file fixes this as > there are no MIPS-specific sources to build. > > It looks like the same is needed for Alpha and PA-RISC, though I > haven't been able to test those. Thanks, applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [next] | [standalone]
| From | tip-bot for Ben Hutchings <tipbot@zytor.com> |
|---|---|
| Date | 2015-08-07 09:30 +0200 |
| Subject | [tip:perf/core] perf tools: Add empty Build files for architectures lacking them |
| Message-ID | <pUKgi-10c-29@gated-at.bofh.it> |
| In reply to | #1200141 |
Commit-ID: 93df8a1ed6231727c5db94a80b1a6bd5ee67cec3
Gitweb: http://git.kernel.org/tip/93df8a1ed6231727c5db94a80b1a6bd5ee67cec3
Author: Ben Hutchings <ben@decadent.org.uk>
AuthorDate: Tue, 4 Aug 2015 17:10:27 +0100
Committer: Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Thu, 6 Aug 2015 16:24:15 -0300
perf tools: Add empty Build files for architectures lacking them
perf currently fails to build on MIPS as there is no
tools/perf/arch/mips/Build file. Adding an empty file fixes this as
there are no MIPS-specific sources to build.
It looks like the same is needed for Alpha and PA-RISC, though I
haven't been able to test those.
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Fixes: 5e8c0fb6a957 ("perf build: Add arch x86 objects building")
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1438704627.7315.2.camel@decadent.org.uk
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
tools/perf/arch/alpha/Build | 1 +
tools/perf/arch/mips/Build | 1 +
tools/perf/arch/parisc/Build | 1 +
3 files changed, 3 insertions(+)
diff --git a/tools/perf/arch/alpha/Build b/tools/perf/arch/alpha/Build
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/tools/perf/arch/alpha/Build
@@ -0,0 +1 @@
+# empty
diff --git a/tools/perf/arch/mips/Build b/tools/perf/arch/mips/Build
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/tools/perf/arch/mips/Build
@@ -0,0 +1 @@
+# empty
diff --git a/tools/perf/arch/parisc/Build b/tools/perf/arch/parisc/Build
new file mode 100644
index 0000000..1bb8bf6
--- /dev/null
+++ b/tools/perf/arch/parisc/Build
@@ -0,0 +1 @@
+# empty
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web