public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: tip-bot for Kevin Hilman <tipbot@zytor.com>
To: linux-tip-commits@vger.kernel.org
Cc: bamvor.zhangjian@linaro.org, mpe@ellerman.id.au,
	roberta.dobrescu@gmail.com, pali.rohar@gmail.com, pavel@ucw.cz,
	mingo@kernel.org, khilman@linaro.org,
	linux-kernel@vger.kernel.org, acme@redhat.com, jic23@kernel.org,
	hpa@zytor.com, shuahkh@osg.samsung.com, jolsa@kernel.org,
	tglx@linutronix.de
Subject: [tip:perf/core] tools: Fix selftests_install Makefile rule
Date: Mon, 23 Nov 2015 08:04:10 -0800	[thread overview]
Message-ID: <tip-9a13c6587e2f0d5e80ce02f5f9ef62788b48d163@git.kernel.org> (raw)
In-Reply-To: <1447797261-1775-1-git-send-email-khilman@kernel.org>

Commit-ID:  9a13c6587e2f0d5e80ce02f5f9ef62788b48d163
Gitweb:     http://git.kernel.org/tip/9a13c6587e2f0d5e80ce02f5f9ef62788b48d163
Author:     Kevin Hilman <khilman@linaro.org>
AuthorDate: Tue, 17 Nov 2015 13:54:19 -0800
Committer:  Arnaldo Carvalho de Melo <acme@redhat.com>
CommitDate: Wed, 18 Nov 2015 17:46:29 -0300

tools: Fix selftests_install Makefile rule

Fix copy/paste error in selftests_install rule which was copy-pasted
from the clean rule but not properly changed.

Signed-off-by: Kevin Hilman <khilman@linaro.org>
Cc: Bamvor Jian Zhang <bamvor.zhangjian@linaro.org>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Jonathan Cameron <jic23@kernel.org>
Cc: Michael Ellerman <mpe@ellerman.id.au>
Cc: Pali Rohar <pali.rohar@gmail.com>
Cc: Pavel Machek <pavel@ucw.cz>
Cc: Roberta Dobrescu <roberta.dobrescu@gmail.com>
Cc: Shuah Khan <shuahkh@osg.samsung.com>
Cc: linaro-kernel@lists.linaro.org
Link: http://lkml.kernel.org/r/1447797261-1775-1-git-send-email-khilman@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
---
 tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index 7dc820a..0ba0df3 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -96,7 +96,7 @@ cgroup_install firewire_install hv_install lguest_install perf_install usb_insta
 	$(call descend,$(@:_install=),install)
 
 selftests_install:
-	$(call descend,testing/$(@:_clean=),install)
+	$(call descend,testing/$(@:_install=),install)
 
 turbostat_install x86_energy_perf_policy_install:
 	$(call descend,power/x86/$(@:_install=),install)

      parent reply	other threads:[~2015-11-23 16:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-17 21:54 [PATCH] tools: Makefile: fix selftests_install rule Kevin Hilman
2015-11-18 20:47 ` Arnaldo Carvalho de Melo
2015-11-23 16:04 ` tip-bot for Kevin Hilman [this message]

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=tip-9a13c6587e2f0d5e80ce02f5f9ef62788b48d163@git.kernel.org \
    --to=tipbot@zytor.com \
    --cc=acme@redhat.com \
    --cc=bamvor.zhangjian@linaro.org \
    --cc=hpa@zytor.com \
    --cc=jic23@kernel.org \
    --cc=jolsa@kernel.org \
    --cc=khilman@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=mpe@ellerman.id.au \
    --cc=pali.rohar@gmail.com \
    --cc=pavel@ucw.cz \
    --cc=roberta.dobrescu@gmail.com \
    --cc=shuahkh@osg.samsung.com \
    --cc=tglx@linutronix.de \
    /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