]> git.ipfire.org Git - people/stevee/selinux-policy.git/commitdiff
add comments for clean and bare
authorChris PeBenito <cpebenito@tresys.com>
Wed, 15 Jun 2005 15:45:54 +0000 (15:45 +0000)
committerChris PeBenito <cpebenito@tresys.com>
Wed, 15 Jun 2005 15:45:54 +0000 (15:45 +0000)
refpolicy/Makefile

index e4a27ff52b1a786d14adf84fcce68dc546c7cfcb..ca26e5eaef70e5a4506ad3385fdb07455a495642 100644 (file)
@@ -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