public inbox for linux-kbuild@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] selinux,kbuild: remove unnecessary $(hostprogs-y) from clean-files
@ 2014-04-17  2:42 Masahiro Yamada
  2014-04-18  1:41 ` [PATCH] selinux, kbuild: " Paul Moore
  0 siblings, 1 reply; 6+ messages in thread
From: Masahiro Yamada @ 2014-04-17  2:42 UTC (permalink / raw)
  To: linux-kbuild; +Cc: selinux, Masahiro Yamada

Files added to hostprogs-y are cleaned. (See scripts/Makefile.clean)
Adding them to clean-files is redundant.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
---

 scripts/selinux/genheaders/Makefile | 1 -
 scripts/selinux/mdp/Makefile        | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/scripts/selinux/genheaders/Makefile b/scripts/selinux/genheaders/Makefile
index 417b165..1d1ac51 100644
--- a/scripts/selinux/genheaders/Makefile
+++ b/scripts/selinux/genheaders/Makefile
@@ -2,4 +2,3 @@ hostprogs-y	:= genheaders
 HOST_EXTRACFLAGS += -Isecurity/selinux/include
 
 always		:= $(hostprogs-y)
-clean-files	:= $(hostprogs-y)
diff --git a/scripts/selinux/mdp/Makefile b/scripts/selinux/mdp/Makefile
index eb365b3..dba7eff 100644
--- a/scripts/selinux/mdp/Makefile
+++ b/scripts/selinux/mdp/Makefile
@@ -2,4 +2,4 @@ hostprogs-y	:= mdp
 HOST_EXTRACFLAGS += -Isecurity/selinux/include
 
 always		:= $(hostprogs-y)
-clean-files	:= $(hostprogs-y) policy.* file_contexts
+clean-files	:= policy.* file_contexts
-- 
1.8.3.2


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

end of thread, other threads:[~2014-06-05 20:30 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-17  2:42 [PATCH] selinux,kbuild: remove unnecessary $(hostprogs-y) from clean-files Masahiro Yamada
2014-04-18  1:41 ` [PATCH] selinux, kbuild: " Paul Moore
2014-06-03  5:47   ` Masahiro Yamada
2014-06-03 22:27     ` Paul Moore
2014-06-05  7:18       ` Masahiro Yamada
2014-06-05 20:30         ` Paul Moore

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox