From 58b2a3c7fcb218cd63753cd0684de8cc54591739 Mon Sep 17 00:00:00 2001 From: Chris PeBenito Date: Fri, 17 Feb 2006 14:21:05 +0000 Subject: [PATCH] nicen echoing --- refpolicy/Rules.modular | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular index c2932ef8..18208e5d 100644 --- a/refpolicy/Rules.modular +++ b/refpolicy/Rules.modular @@ -107,7 +107,7 @@ $(USERS_EXTRA): $(M4SUPPORT) $(USER_FILES) # Construct a base.conf # $(BASE_CONF): $(BASE_SECTIONS) - @echo "Creating $(NAME) base module $(BASE_CONF)" + @echo "Creating $(NAME) base module $(@F)" @test -d $(TMPDIR) || mkdir -p $(TMPDIR) @test -d $(dir $(BASE_CONF)) || mkdir -p $(dir $(BASE_CONF)) # checkpolicy can use the #line directives provided by -s for error reporting: @@ -194,7 +194,7 @@ endif # enableaudit: $(BASE_CONF) @test -d $(TMPDIR) || mkdir -p $(TMPDIR) - @echo "Removing dontaudit rules from $(BASE_CONF)" + @echo "Removing dontaudit rules from $(^F)" $(verbose) grep -v dontaudit $(BASE_CONF) > $(TMPDIR)/base.audit $(verbose) mv $(TMPDIR)/base.audit $(BASE_CONF)