add comments for clean and bare
This commit is contained in:
parent
337e4afa22
commit
102a59ba77
|
@ -461,12 +461,20 @@ install-src:
|
||||||
mkdir -p $(SRCPATH)/policy
|
mkdir -p $(SRCPATH)/policy
|
||||||
cp -R . $(SRCPATH)/policy
|
cp -R . $(SRCPATH)/policy
|
||||||
|
|
||||||
|
########################################
|
||||||
|
#
|
||||||
|
# Clean the sources
|
||||||
|
#
|
||||||
clean:
|
clean:
|
||||||
rm -fR tmp
|
rm -fR tmp
|
||||||
rm -f policy.conf
|
rm -f policy.conf
|
||||||
rm -f policy.$(PV)
|
rm -f policy.$(PV)
|
||||||
rm -f $(FC)
|
rm -f $(FC)
|
||||||
|
|
||||||
|
########################################
|
||||||
|
#
|
||||||
|
# Clean everything
|
||||||
|
#
|
||||||
bare: clean
|
bare: clean
|
||||||
rm -f $(POLXML)
|
rm -f $(POLXML)
|
||||||
rm -f $(SUPPORT)/*.pyc
|
rm -f $(SUPPORT)/*.pyc
|
||||||
|
@ -484,4 +492,4 @@ ifneq ($(GENERATED_FC),)
|
||||||
rm -f $(GENERATED_FC)
|
rm -f $(GENERATED_FC)
|
||||||
endif
|
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
|
||||||
|
|
Loading…
Reference in New Issue