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.
This commit is contained in:
parent
4254cec711
commit
0bf2bc9156
2
Makefile
2
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
|
||||
|
Loading…
Reference in New Issue
Block a user