From 0bf2bc915662b528c35c8caadb39a3eac464dadd Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Aug 17 2009 13:49:53 +0000 Subject: 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. --- 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