Date: Mon, 4 Dec 2006 18:45:43 GMT From: Todd Miller <millert@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 111060 for review Message-ID: <200612041845.kB4IjhMU092533@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=111060 Change 111060 by millert@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612041845.kB4IjhMU092533>