[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAK7LNAS4Q1_4T2vafu6wTYsmFsY1h+TA8irqDAqwfoSyw7X=Rw@mail.gmail.com>
Date: Sat, 7 Sep 2024 00:19:14 +0900
From: Masahiro Yamada <masahiroy@...nel.org>
To: Paul Moore <paul@...l-moore.com>
Cc: linux-security-module@...r.kernel.org, linux-kbuild@...r.kernel.org,
linux-kernel@...r.kernel.org, Daniel Gomez <da.gomez@...sung.com>,
Ondrej Mosnacek <omosnace@...hat.com>, Stephen Smalley <stephen.smalley.work@...il.com>,
selinux@...r.kernel.org
Subject: Re: [PATCH 2/2] selinux: move genheaders to security/selinux/
On Tue, Aug 27, 2024 at 6:22 AM Paul Moore <paul@...l-moore.com> wrote:
>
> On Aug 9, 2024 Masahiro Yamada <masahiroy@...nel.org> wrote:
> >
> > This tool is only used in security/selinux/Makefile.
> >
> > There is no reason to keep it under scripts/.
> >
> > Signed-off-by: Masahiro Yamada <masahiroy@...nel.org>
> > ---
> > scripts/remove-stale-files | 3 +++
> > scripts/selinux/Makefile | 2 +-
> > scripts/selinux/genheaders/.gitignore | 2 --
> > scripts/selinux/genheaders/Makefile | 3 ---
> > security/selinux/.gitignore | 1 +
> > security/selinux/Makefile | 7 +++++--
> > .../selinux/genheaders => security/selinux}/genheaders.c | 0
> > 7 files changed, 10 insertions(+), 8 deletions(-)
> > delete mode 100644 scripts/selinux/genheaders/.gitignore
> > delete mode 100644 scripts/selinux/genheaders/Makefile
> > rename {scripts/selinux/genheaders => security/selinux}/genheaders.c (100%)
>
> As long as there is no harm in keeping genheaders under scripts/selinux,
> and based on your cover letter it would appear that there is no problem
> with the current location, I would prefer to keep it where it currently
> lives.
'make clean' is meant to clean up the tree, but keep
build artifacts necessary for building external modules.
See the help message:
clean - Remove most generated files but keep the config and
enough build support to build external modules
'make clean' does not clean up under scripts/
because tools located scripts/ are used in tree-wide
and often used for external modules as well.
So, scripts/selinux/genheaders/genheaders is left over.
genheaders is locally used in security/selinux/.
'make clean' will properly clean up security/selinux/genheaders.
--
Best Regards
Masahiro Yamada
Powered by blists - more mailing lists