PERFORCE change 22755 for review
Chris Vance
cvance at freebsd.org
Thu Dec 26 13:46:13 GMT 2002
http://perforce.freebsd.org/chv.cgi?CH=22755
Change 22755 by cvance at cvance_laptop on 2002/12/26 05:45:40
By default always rebuild file_contexts, also remove during 'clean'
Affected files ...
.. //depot/projects/trustedbsd/mac/contrib/sebsd/policy/Makefile#6 edit
Differences ...
==== //depot/projects/trustedbsd/mac/contrib/sebsd/policy/Makefile#6 (text+ko) ====
@@ -36,7 +36,7 @@
ALLDOMAINS != echo domains/*.te domains/misc/*.te domains/program/*.te
-policy.11: policy.conf
+policy.11: policy.conf $(FC)
${CHECKPOLICY} -o policy.11 policy.conf
policy.conf: tmp $(FLASKFILES) $(POLICYFILES) $(MACROFILES)
@@ -73,4 +73,4 @@
cat $> > $@
clean:
- rm -f policy.11 policy.conf tmp/*
+ rm -f policy.11 policy.conf file_contexts/file_contexts tmp/*
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list