stgt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alberto Murillo <alberto.murillo.silva@intel.com>
To: stgt@vger.kernel.org, fujita.tomonori@lab.ntt.co.jp
Cc: Alberto Murillo <alberto.murillo.silva@intel.com>
Subject: [PATCH] Correct the location of checkarch.sh in Makefile
Date: Mon, 15 Jun 2015 14:24:22 -0500	[thread overview]
Message-ID: <1434396262-2425-1-git-send-email-alberto.murillo.silva@intel.com> (raw)

Fix the commit d2a186088d1b4a6fa2f05cccf5a40f9720a09bf1

Signed-off-by: Alberto Murillo <alberto.murillo.silva@intel.com>
---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 4c4f0fb..fe2eab3 100644
--- a/Makefile
+++ b/Makefile
@@ -82,7 +82,7 @@ clean-pkg:
 clean: clean-programs clean-doc clean-conf clean-scripts clean-pkg
 
 .PHONY:check
-check: ARCH=$(shell sh script/checkarch.sh)
+check: ARCH=$(shell sh scripts/checkarch.sh)
 check:
 	CC=$(CHECK_CC_FLAGS) $(MAKE) all
 
-- 
2.3.2 (Apple Git-55)

             reply	other threads:[~2015-06-15 19:24 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-15 19:24 Alberto Murillo [this message]
2015-06-15 20:13 ` [PATCH] Correct the location of checkarch.sh in Makefile FUJITA Tomonori

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=1434396262-2425-1-git-send-email-alberto.murillo.silva@intel.com \
    --to=alberto.murillo.silva@intel.com \
    --cc=fujita.tomonori@lab.ntt.co.jp \
    --cc=stgt@vger.kernel.org \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).