selinux, kbuild: remove unnecessary $(hostprogs-y) from clean-files
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 17 Jun 2014 21:31:40 +0000 (17:31 -0400)
committerPaul Moore <pmoore@redhat.com>
Tue, 17 Jun 2014 21:31:40 +0000 (17:31 -0400)
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>
Acked-by: Paul Moore <paul@paul-moore.com>
Signed-off-by: Paul Moore <pmoore@redhat.com>
scripts/selinux/genheaders/Makefile
scripts/selinux/mdp/Makefile

index 417b165008ee5eae0f0dc8a3094bc0156b87d711..1d1ac51359e3abe9ff1e32ebaba24de04f2909e9 100644 (file)
@@ -2,4 +2,3 @@ hostprogs-y     := genheaders
 HOST_EXTRACFLAGS += -Isecurity/selinux/include
 
 always         := $(hostprogs-y)
-clean-files    := $(hostprogs-y)
index eb365b333441b939f09290a1ad1b613d76f52d76..dba7eff69a00962e99ca2e34ff4a4f47da59f58b 100644 (file)
@@ -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
This page took 0.032142 seconds and 5 git commands to generate.