[selinux-policy: 367/3172] add comments for clean and bare

Daniel J Walsh dwalsh at fedoraproject.org
Thu Oct 7 19:36:35 UTC 2010


commit 102a59ba77e9bb53ebefcc366b93fffac57f4628
Author: Chris PeBenito <cpebenito at tresys.com>
Date:   Wed Jun 15 15:45:54 2005 +0000

    add comments for clean and bare

 refpolicy/Makefile |   10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)
---
diff --git a/refpolicy/Makefile b/refpolicy/Makefile
index e4a27ff..ca26e5e 100644
--- a/refpolicy/Makefile
+++ b/refpolicy/Makefile
@@ -461,12 +461,20 @@ install-src:
 	mkdir -p $(SRCPATH)/policy
 	cp -R . $(SRCPATH)/policy
 
+########################################
+#
+# Clean the sources
+#
 clean:
 	rm -fR tmp
 	rm -f policy.conf
 	rm -f policy.$(PV)
 	rm -f $(FC)
 
+########################################
+#
+# Clean everything
+#
 bare: clean
 	rm -f $(POLXML)
 	rm -f $(SUPPORT)/*.pyc
@@ -484,4 +492,4 @@ ifneq ($(GENERATED_FC),)
 	rm -f $(GENERATED_FC)
 endif
 
-.PHONY: default policy install reload enableaudit checklabels restorelabels relabel conf clean bare
+.PHONY: default policy install load reload enableaudit checklabels restorelabels relabel conf clean bare


More information about the scm-commits mailing list