[selinux-policy: 2228/3172] Fix Makefile info message for installing policy headers

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 22:17:47 UTC 2010


commit 0bf2bc915662b528c35c8caadb39a3eac464dadd
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Mon Aug 17 09:49:53 2009 -0400

    Fix Makefile info message for installing policy headers
    
    The Makefile is currently using the policy TYPE (standard|mls|mcs) rather
    than the more informative NAME (eg strict, targeted, etc).  Fix the Makefile
    to use NAME.

 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 72f4ff9..547eda7 100644
--- a/Makefile
+++ b/Makefile
@@ -541,7 +541,7 @@ $(appdir)/%: $(appconf)/%
 #
 install-headers: $(layerxml) $(tunxml) $(boolxml)
 	@mkdir -p $(headerdir)
-	@echo "Installing $(TYPE) policy headers."
+	@echo "Installing $(NAME) policy headers."
 	$(verbose) $(INSTALL) -m 644 $^ $(headerdir)
 	$(verbose) $(M4) $(M4PARAM) $(rolemap) > $(headerdir)/$(notdir $(rolemap))
 	$(verbose) mkdir -p $(headerdir)/support


More information about the scm-commits mailing list