[selinux-policy: 1141/3172] remove unneeded dependency for generated_definitions.conf

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:43:39 UTC 2010


commit 6b1c8ee35b8d3c88fc77bf77c87f8c2938f05a36
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Jan 23 14:42:37 2006 +0000

    remove unneeded dependency for generated_definitions.conf

 refpolicy/Rules.modular    |    4 ++--
 refpolicy/Rules.monolithic |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular
index 0552a39..8721f54 100644
--- a/refpolicy/Rules.modular
+++ b/refpolicy/Rules.modular
@@ -55,7 +55,7 @@ load: $(INSTPKG) $(APPFILES)
 #
 $(MODPKGDIR)/%.pp: %.pp
 	@mkdir -p $(MODPKGDIR)
-	@echo "Installing $(@F) policy package."
+	@echo "Installing $(NAME) $(@F) policy package."
 	$(QUIET) install -m 0644 $^ $(MODPKGDIR)
 
 ########################################
@@ -104,7 +104,7 @@ tmp/pre_te_files.conf: $(BASE_PRE_TE_FILES)
 	@test -d tmp || mkdir -p tmp
 	$(QUIET) cat $^ > $@
 
-tmp/generated_definitions.conf: $(ALL_LAYERS) $(BASE_TE_FILES)
+tmp/generated_definitions.conf: $(BASE_TE_FILES)
 	@test -d tmp || mkdir -p tmp
 # define all available object classes
 	$(QUIET) $(GENPERM) $(AVS) $(SECCLASS) > $@
diff --git a/refpolicy/Rules.monolithic b/refpolicy/Rules.monolithic
index 0d6aa7d..174bdde 100644
--- a/refpolicy/Rules.monolithic
+++ b/refpolicy/Rules.monolithic
@@ -99,7 +99,7 @@ tmp/pre_te_files.conf: $(PRE_TE_FILES)
 	@test -d tmp || mkdir -p tmp
 	$(QUIET) cat $^ > $@
 
-tmp/generated_definitions.conf: $(ALL_LAYERS) $(ALL_TE_FILES)
+tmp/generated_definitions.conf: $(ALL_TE_FILES)
 # per-userdomain templates:
 	@test -d tmp || mkdir -p tmp
 	$(QUIET) echo "define(\`per_userdomain_templates',\`" > $@


More information about the scm-commits mailing list