Date: Tue, 28 Jun 2005 19:14:27 GMT From: Andrew Reisse <areisse@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 79093 for review Message-ID: <200506281914.j5SJERvH096929@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506281914.j5SJERvH096929>