[selinux-policy: 1227/3172] nicen echoing

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 20:51:13 UTC 2010


commit 58b2a3c7fcb218cd63753cd0684de8cc54591739
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Fri Feb 17 14:21:05 2006 +0000

    nicen echoing

 refpolicy/Rules.modular |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/refpolicy/Rules.modular b/refpolicy/Rules.modular
index c2932ef..18208e5 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)
 


More information about the scm-commits mailing list