stgt.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Correct the location of checkarch.sh in Makefile
@ 2015-06-15 19:24 Alberto Murillo
  2015-06-15 20:13 ` FUJITA Tomonori
  0 siblings, 1 reply; 2+ messages in thread
From: Alberto Murillo @ 2015-06-15 19:24 UTC (permalink / raw)
  To: stgt, fujita.tomonori; +Cc: Alberto Murillo

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)

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

* Re: [PATCH] Correct the location of checkarch.sh in Makefile
  2015-06-15 19:24 [PATCH] Correct the location of checkarch.sh in Makefile Alberto Murillo
@ 2015-06-15 20:13 ` FUJITA Tomonori
  0 siblings, 0 replies; 2+ messages in thread
From: FUJITA Tomonori @ 2015-06-15 20:13 UTC (permalink / raw)
  To: alberto.murillo.silva; +Cc: stgt

On Mon, 15 Jun 2015 14:24:22 -0500
Alberto Murillo <alberto.murillo.silva@intel.com> wrote:

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

Oops, thanks!

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

end of thread, other threads:[~2015-06-15 20:13 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-15 19:24 [PATCH] Correct the location of checkarch.sh in Makefile Alberto Murillo
2015-06-15 20:13 ` FUJITA Tomonori

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).