Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 26 Dec 2002 05:46:13 -0800 (PST)
From:      Chris Vance <cvance@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 22755 for review
Message-ID:  <200212261346.gBQDkDKK042674@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

http://perforce.freebsd.org/chv.cgi?CH=22755

Change 22755 by cvance@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@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200212261346.gBQDkDKK042674>