PERFORCE change 111060 for review
Todd Miller
millert at FreeBSD.org
Mon Dec 4 10:46:39 PST 2006
http://perforce.freebsd.org/chv.cgi?CH=111060
Change 111060 by millert at millert_g5tower on 2006/12/04 18:45:27
Don't install policy.old in the sefos tarball
Affected files ...
.. //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Makefile#8 edit
Differences ...
==== //depot/projects/trustedbsd/sedarwin8/policies/sedarwin/refpolicy/Makefile#8 (text+ko) ====
@@ -588,8 +588,12 @@
# Install policy sources
#
install-src: $(mig_secclass) $(mig_avs) $(mig_msgids)
+ifeq ($(SEDARWIN_BUILD),1)
rm -rf $(srcpath)/policy.old
-mv $(srcpath)/policy $(srcpath)/policy.old
+else
+ rm -rf $(srcpath)/policy $(srcpath)/policy.old
+endif
mkdir -p $(srcpath)/policy
cp -R . $(srcpath)/policy
More information about the trustedbsd-cvs
mailing list