All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] Makefile: add kselftest-clean to PHONY target list
@ 2017-08-18 21:54 Shuah Khan
  2017-08-20 12:50 ` Masahiro Yamada
  2017-08-20 12:52 ` Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Shuah Khan @ 2017-08-18 21:54 UTC (permalink / raw)
  To: yamada.masahiro, mmarek; +Cc: Shuah Khan, linux-kbuild, linux-kernel

kselftest-clean isn't in the PHONY target list. Add it.

Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
---
Changes since v1:
-- Fix spelling error in commit header - PHONY not PHOMY

 Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile b/Makefile
index b4fb9a1d1594..eccb8d704c23 100644
--- a/Makefile
+++ b/Makefile
@@ -1184,6 +1184,7 @@ PHONY += kselftest
 kselftest:
 	$(Q)$(MAKE) -C tools/testing/selftests run_tests
 
+PHONY += kselftest-clean
 kselftest-clean:
 	$(Q)$(MAKE) -C tools/testing/selftests clean
 
-- 
2.11.0

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

* Re: [PATCH v2] Makefile: add kselftest-clean to PHONY target list
  2017-08-18 21:54 [PATCH v2] Makefile: add kselftest-clean to PHONY target list Shuah Khan
@ 2017-08-20 12:50 ` Masahiro Yamada
  2017-08-20 12:52 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2017-08-20 12:50 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Michal Marek, Linux Kbuild mailing list, Linux Kernel Mailing List

2017-08-19 6:54 GMT+09:00 Shuah Khan <shuahkh@osg.samsung.com>:
> kselftest-clean isn't in the PHONY target list. Add it.
>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---

Applied to linux-kbuild/fixes.  Thanks!




-- 
Best Regards
Masahiro Yamada

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

* Re: [PATCH v2] Makefile: add kselftest-clean to PHONY target list
  2017-08-18 21:54 [PATCH v2] Makefile: add kselftest-clean to PHONY target list Shuah Khan
  2017-08-20 12:50 ` Masahiro Yamada
@ 2017-08-20 12:52 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2017-08-20 12:52 UTC (permalink / raw)
  To: Shuah Khan
  Cc: Michal Marek, Linux Kbuild mailing list, Linux Kernel Mailing List

2017-08-19 6:54 GMT+09:00 Shuah Khan <shuahkh@osg.samsung.com>:
> kselftest-clean isn't in the PHONY target list. Add it.
>
> Signed-off-by: Shuah Khan <shuahkh@osg.samsung.com>
> ---

Applied to linux-kbuild/fixes.  Thanks!




-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2017-08-20 12:52 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-18 21:54 [PATCH v2] Makefile: add kselftest-clean to PHONY target list Shuah Khan
2017-08-20 12:50 ` Masahiro Yamada
2017-08-20 12:52 ` Masahiro Yamada

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.