From owner-p4-projects@FreeBSD.ORG Tue Jun 28 19:14:28 2005 Return-Path: X-Original-To: p4-projects@freebsd.org Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id D2D4D16A420; Tue, 28 Jun 2005 19:14:27 +0000 (GMT) X-Original-To: perforce@freebsd.org Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AB46116A41C for ; Tue, 28 Jun 2005 19:14:27 +0000 (GMT) (envelope-from areisse@nailabs.com) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9762E43D49 for ; Tue, 28 Jun 2005 19:14:27 +0000 (GMT) (envelope-from areisse@nailabs.com) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j5SJER3C096932 for ; Tue, 28 Jun 2005 19:14:27 GMT (envelope-from areisse@nailabs.com) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j5SJERvH096929 for perforce@freebsd.org; Tue, 28 Jun 2005 19:14:27 GMT (envelope-from areisse@nailabs.com) Date: Tue, 28 Jun 2005 19:14:27 GMT Message-Id: <200506281914.j5SJERvH096929@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to areisse@nailabs.com using -f From: Andrew Reisse To: Perforce Change Reviews Cc: Subject: PERFORCE change 79093 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Jun 2005 19:14:29 -0000 http://perforce.freebsd.org/chv.cgi?CH=79093 Change 79093 by areisse@areisse_ibook on 2005/06/28 19:13:51 Enable building and installing of migcom (the backend of mig). This is now needed to build mach_init (and anything else that uses the automated access checks). Affected files ... .. //depot/projects/trustedbsd/sedarwin7/src/darwin/Makefile#3 edit Differences ... ==== //depot/projects/trustedbsd/sedarwin7/src/darwin/Makefile#3 (text+ko) ==== @@ -6,6 +6,7 @@ cd cctools && gnumake cd kext_tools && gnumake cd xnu && gnumake + cd bootstrap_cmds && gnumake all cd BootX && gnumake cd libextattr && gnumake cd libmac && gnumake @@ -18,12 +19,11 @@ cd top && make cd system_cmds/mach_init.tproj && gnumake -# bootstrap_cmds - install: cd xnu && make install install -m 644 xnu/BUILD/obj/RELEASE_PPC/mach_kernel $(DESTDIR)/ cd xnu/BUILD/dst && tar cf - usr/include | (cd $(DESTDIR); tar xf -) + cd bootstrap_cmds && gnumake install cd cctools && gnumake install cd BootX && gnumake install cd libextattr && gnumake install