linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] selinux: remove unnecessary assignment to subdir-
@ 2017-11-13 10:40 Masahiro Yamada
  2017-11-13 22:41 ` Paul Moore
  0 siblings, 1 reply; 3+ messages in thread
From: Masahiro Yamada @ 2017-11-13 10:40 UTC (permalink / raw)
  To: linux-kbuild
  Cc: Masahiro Yamada, Eric Paris, selinux, linux-kernel,
	Stephen Smalley, Paul Moore

Makefile.clean descends into $(subdir-y).  Dummy assignment to subdir-
is meaningless.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

I will pick this up for kbuild tree
since this is very trivial from the build system point of view.


 scripts/selinux/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/selinux/Makefile b/scripts/selinux/Makefile
index e8049da..b3048b8 100644
--- a/scripts/selinux/Makefile
+++ b/scripts/selinux/Makefile
@@ -1,2 +1 @@
 subdir-y := mdp genheaders
-subdir-	+= mdp genheaders
-- 
2.7.4

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

* Re: [PATCH] selinux: remove unnecessary assignment to subdir-
  2017-11-13 10:40 [PATCH] selinux: remove unnecessary assignment to subdir- Masahiro Yamada
@ 2017-11-13 22:41 ` Paul Moore
  2017-11-16  0:15   ` Masahiro Yamada
  0 siblings, 1 reply; 3+ messages in thread
From: Paul Moore @ 2017-11-13 22:41 UTC (permalink / raw)
  To: Masahiro Yamada
  Cc: linux-kbuild, Eric Paris, selinux, linux-kernel, Stephen Smalley

On Mon, Nov 13, 2017 at 5:40 AM, Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
> Makefile.clean descends into $(subdir-y).  Dummy assignment to subdir-
> is meaningless.
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
>
> I will pick this up for kbuild tree
> since this is very trivial from the build system point of view.

Okay, thanks.

Acked-by: Paul Moore <paul@paul-moore.com>

>  scripts/selinux/Makefile | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/scripts/selinux/Makefile b/scripts/selinux/Makefile
> index e8049da..b3048b8 100644
> --- a/scripts/selinux/Makefile
> +++ b/scripts/selinux/Makefile
> @@ -1,2 +1 @@
>  subdir-y := mdp genheaders
> -subdir-        += mdp genheaders
> --
> 2.7.4

-- 
paul moore
www.paul-moore.com

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

* Re: [PATCH] selinux: remove unnecessary assignment to subdir-
  2017-11-13 22:41 ` Paul Moore
@ 2017-11-16  0:15   ` Masahiro Yamada
  0 siblings, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2017-11-16  0:15 UTC (permalink / raw)
  To: Paul Moore
  Cc: Linux Kbuild mailing list, Eric Paris, selinux,
	Linux Kernel Mailing List, Stephen Smalley

2017-11-14 7:41 GMT+09:00 Paul Moore <paul@paul-moore.com>:
> On Mon, Nov 13, 2017 at 5:40 AM, Masahiro Yamada
> <yamada.masahiro@socionext.com> wrote:
>> Makefile.clean descends into $(subdir-y).  Dummy assignment to subdir-
>> is meaningless.
>>
>> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
>> ---
>>
>> I will pick this up for kbuild tree
>> since this is very trivial from the build system point of view.
>
> Okay, thanks.
>
> Acked-by: Paul Moore <paul@paul-moore.com>
>

Applied to linux-kbuild/kbuild.



-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2017-11-16  0:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-13 10:40 [PATCH] selinux: remove unnecessary assignment to subdir- Masahiro Yamada
2017-11-13 22:41 ` Paul Moore
2017-11-16  0:15   ` Masahiro Yamada

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