2015-11-11 22:25:48

by Kamal Mostafa

[permalink] [raw]
Subject: [PATCH 1/2] tools: Actually install tmon in the install rule

Signed-off-by: Kamal Mostafa <[email protected]>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index d6f307d..fa9d0a61 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -101,7 +101,7 @@ freefall_install:
install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \
perf_install selftests_install turbostat_install usb_install \
virtio_install vm_install net_install x86_energy_perf_policy_install \
- tmon freefall_install
+ tmon_install freefall_install

acpi_clean:
$(call descend,power/acpi,clean)
--
1.9.1


2015-11-11 22:25:51

by Kamal Mostafa

[permalink] [raw]
Subject: [PATCH 2/2] tools: Add a "make all" rule

Signed-off-by: Kamal Mostafa <[email protected]>
---
tools/Makefile | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/tools/Makefile b/tools/Makefile
index fa9d0a61..7dc820a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -32,6 +32,10 @@ help:
@echo ' from the kernel command line to build and install one of'
@echo ' the tools above'
@echo ''
+ @echo ' $$ make tools/all'
+ @echo ''
+ @echo ' builds all tools.'
+ @echo ''
@echo ' $$ make tools/install'
@echo ''
@echo ' installs all tools.'
@@ -77,6 +81,11 @@ tmon: FORCE
freefall: FORCE
$(call descend,laptop/$@)

+all: acpi cgroup cpupower hv firewire lguest \
+ perf selftests turbostat usb \
+ virtio vm net x86_energy_perf_policy \
+ tmon freefall
+
acpi_install:
$(call descend,power/$(@:_install=),install)

--
1.9.1

2015-11-12 14:17:15

by Arnaldo Carvalho de Melo

[permalink] [raw]
Subject: Re: [PATCH 1/2] tools: Actually install tmon in the install rule

Em Wed, Nov 11, 2015 at 02:25:33PM -0800, Kamal Mostafa escreveu:
> Signed-off-by: Kamal Mostafa <[email protected]>
> ---
> tools/Makefile | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Thanks, applied both patches.

- Arnaldo

2015-11-12 21:16:18

by Pavel Machek

[permalink] [raw]
Subject: Re: [PATCH 2/2] tools: Add a "make all" rule

On Wed 2015-11-11 14:25:34, Kamal Mostafa wrote:
> Signed-off-by: Kamal Mostafa <[email protected]>

Acked-by: Pavel Machek <[email protected]>

--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

Subject: [tip:perf/urgent] tools: Actually install tmon in the install rule

Commit-ID: 836d525baada26e1a7462e87805337b9a9b729f6
Gitweb: http://git.kernel.org/tip/836d525baada26e1a7462e87805337b9a9b729f6
Author: Kamal Mostafa <[email protected]>
AuthorDate: Wed, 11 Nov 2015 14:25:33 -0800
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Thu, 12 Nov 2015 10:48:16 -0300

tools: Actually install tmon in the install rule

Signed-off-by: Kamal Mostafa <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Pali Rohar <[email protected]>
Cc: Roberta Dobrescu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
tools/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index d6f307d..fa9d0a61 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -101,7 +101,7 @@ freefall_install:
install: acpi_install cgroup_install cpupower_install hv_install firewire_install lguest_install \
perf_install selftests_install turbostat_install usb_install \
virtio_install vm_install net_install x86_energy_perf_policy_install \
- tmon freefall_install
+ tmon_install freefall_install

acpi_clean:
$(call descend,power/acpi,clean)

Subject: [tip:perf/urgent] tools: Add a "make all" rule

Commit-ID: f6ba98c5dc78708cb7fd29950c4a50c4c7e88f95
Gitweb: http://git.kernel.org/tip/f6ba98c5dc78708cb7fd29950c4a50c4c7e88f95
Author: Kamal Mostafa <[email protected]>
AuthorDate: Wed, 11 Nov 2015 14:25:34 -0800
Committer: Arnaldo Carvalho de Melo <[email protected]>
CommitDate: Thu, 12 Nov 2015 18:58:10 -0300

tools: Add a "make all" rule

Signed-off-by: Kamal Mostafa <[email protected]>
Acked-by: Pavel Machek <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Jonathan Cameron <[email protected]>
Cc: Pali Rohar <[email protected]>
Cc: Roberta Dobrescu <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
---
tools/Makefile | 9 +++++++++
1 file changed, 9 insertions(+)

diff --git a/tools/Makefile b/tools/Makefile
index fa9d0a61..7dc820a 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -32,6 +32,10 @@ help:
@echo ' from the kernel command line to build and install one of'
@echo ' the tools above'
@echo ''
+ @echo ' $$ make tools/all'
+ @echo ''
+ @echo ' builds all tools.'
+ @echo ''
@echo ' $$ make tools/install'
@echo ''
@echo ' installs all tools.'
@@ -77,6 +81,11 @@ tmon: FORCE
freefall: FORCE
$(call descend,laptop/$@)

+all: acpi cgroup cpupower hv firewire lguest \
+ perf selftests turbostat usb \
+ virtio vm net x86_energy_perf_policy \
+ tmon freefall
+
acpi_install:
$(call descend,power/$(@:_install=),install)