linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk
@ 2017-04-22 17:17 priyalee.kushwaha
  2017-04-21 17:50 ` Paul E. McKenney
                   ` (3 more replies)
  0 siblings, 4 replies; 12+ messages in thread
From: priyalee.kushwaha @ 2017-04-22 17:17 UTC (permalink / raw)
  To: paulmck, shuah, josh
  Cc: linux-kernel, linux-kselftest, Priyalee Kushwaha, Kushwaha

From: Priyalee Kushwaha <priyalee.kushwaha@intel.com>

Most OS distribution have awk in /usr/bin not in /bin
Without this patch, kernel-devsrc fails to build as
runtime dependency for srcu-cbmc script /bin/awk is
not found.

Signed-off-by: Kushwaha, Priyalee <priyalee.kushwaha@intel.com>
---
 tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk
index 8ff8904..c9e8bc5 100755
--- a/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk
+++ b/tools/testing/selftests/rcutorture/formal/srcu-cbmc/modify_srcu.awk
@@ -1,4 +1,4 @@
-#!/bin/awk -f
+#!/usr/bin/awk -f
 
 # Modify SRCU for formal verification. The first argument should be srcu.h and
 # the second should be srcu.c. Outputs modified srcu.h and srcu.c into the
-- 
2.10.0

^ permalink raw reply related	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2017-04-24 17:02 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-04-22 17:17 [PATCH v1 1/1] srcu-cbmc: Use /usr/bin/awk instead of /bin/awk priyalee.kushwaha
2017-04-21 17:50 ` Paul E. McKenney
2017-04-24  3:24   ` Lance Roy
2017-04-24  3:33     ` Paul E. McKenney
2017-04-21 18:47 ` Josh Triplett
2017-04-21 21:52   ` Kushwaha, Priyalee
2017-04-21 22:05     ` Josh Triplett
2017-04-24  2:44       ` Paul E. McKenney
2017-04-24  9:04         ` Josh Triplett
2017-04-24  5:52 ` Lance Roy
2017-04-24 14:02 ` Shuah Khan
2017-04-24 17:02   ` Paul E. McKenney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).