lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 19 Nov 2015 14:52:48 -0300
From:	Arnaldo Carvalho de Melo <acme@...nel.org>
To:	Ingo Molnar <mingo@...nel.org>
Cc:	linux-kernel@...r.kernel.org, Kevin Hilman <khilman@...aro.org>,
	Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>,
	Jiri Olsa <jolsa@...nel.org>,
	Jonathan Cameron <jic23@...nel.org>,
	Michael Ellerman <mpe@...erman.id.au>,
	Pali Rohar <pali.rohar@...il.com>, Pavel Machek <pavel@....cz>,
	Roberta Dobrescu <roberta.dobrescu@...il.com>,
	Shuah Khan <shuahkh@....samsung.com>,
	linaro-kernel@...ts.linaro.org,
	Arnaldo Carvalho de Melo <acme@...hat.com>
Subject: [PATCH 02/37] tools: Fix selftests_install Makefile rule

From: Kevin Hilman <khilman@...aro.org>

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@...aro.org>
Cc: Bamvor Jian Zhang <bamvor.zhangjian@...aro.org>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Jonathan Cameron <jic23@...nel.org>
Cc: Michael Ellerman <mpe@...erman.id.au>
Cc: Pali Rohar <pali.rohar@...il.com>
Cc: Pavel Machek <pavel@....cz>
Cc: Roberta Dobrescu <roberta.dobrescu@...il.com>
Cc: Shuah Khan <shuahkh@....samsung.com>
Cc: linaro-kernel@...ts.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@...hat.com>
---
 tools/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/Makefile b/tools/Makefile
index 7dc820a8c1f1..0ba0df3b516f 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)
-- 
2.1.0

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists