From owner-freebsd-current@freebsd.org Wed Jun 6 01:17:30 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 36512FDB246 for ; Wed, 6 Jun 2018 01:17:30 +0000 (UTC) (envelope-from kaduk@mit.edu) Received: from dmz-mailsec-scanner-5.mit.edu (dmz-mailsec-scanner-5.mit.edu [18.7.68.34]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B9BD77D4D4 for ; Wed, 6 Jun 2018 01:17:29 +0000 (UTC) (envelope-from kaduk@mit.edu) X-AuditID: 12074422-5f1ff700000032a5-11-5b1734f738dd Received: from mailhub-auth-1.mit.edu ( [18.9.21.35]) (using TLS with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by dmz-mailsec-scanner-5.mit.edu (Symantec Messaging Gateway) with SMTP id 62.65.12965.7F4371B5; Tue, 5 Jun 2018 21:12:23 -0400 (EDT) Received: from outgoing.mit.edu (OUTGOING-AUTH-1.MIT.EDU [18.9.28.11]) by mailhub-auth-1.mit.edu (8.13.8/8.9.2) with ESMTP id w561CLgZ018028; Tue, 5 Jun 2018 21:12:22 -0400 Received: from kduck.kaduk.org (24-107-191-124.dhcp.stls.mo.charter.com [24.107.191.124]) (authenticated bits=56) (User authenticated as kaduk@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.8/8.12.4) with ESMTP id w561CI5r028066 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Tue, 5 Jun 2018 21:12:21 -0400 Date: Tue, 5 Jun 2018 20:12:18 -0500 From: Benjamin Kaduk To: Rick Macklem Cc: "freebsd-current@freebsd.org" Subject: Re: how do I use the make universe machines? Message-ID: <20180606011218.GA72167@kduck.kaduk.org> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.9.1 (2017-09-22) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFnrBIsWRmVeSWpSXmKPExsUixCmqrPvdRDza4NlcZYs5bz4wWTxcdo3J gcljxqf5LB6/N+9lCmCK4rJJSc3JLEst0rdL4Mo4dXwJS8F35orlTTdYGxgnMXcxcnJICJhI zHv8HMjm4hASWMwkse/felYIZwOjxN21C9lBqoQErjBJTDgsBWKzCKhInN34lQ3EZgOyG7ov g00SEVCX2Ly6H8xmFrCXaLuznbGLkYNDWMBU4ugEB5AwL9Cyf5OWsEGMTJA4fOUMK0RcUOLk zCcsEK1aEjf+vWQCaWUWkJZY/o8DxOQUSJTYM0MLpEJUQFlib98h9gmMArOQNM9C0jwLoXkB I/MqRtmU3Crd3MTMnOLUZN3i5MS8vNQiXVO93MwSvdSU0k2MoABld1HawTjxn9chRgEORiUe 3hXdYtFCrIllxZW5hxglOZiURHkPColHC/El5adUZiQWZ8QXleakFh9ilOBgVhLhTbwEVM6b klhZlVqUD5OS5mBREufNXcQYLSSQnliSmp2aWpBaBJOV4eBQkuD9aww0VLAoNT21Ii0zpwQh zcTBCTKcB2i4IjCihXiLCxJzizPTIfKnGBWlxHk7QJoFQBIZpXlwvaAEIpG9v+YVozjQK8K8 T0CqeIDJB677FdBgJqDBzyqEQQaXJCKkpBoYdW4/XrVoVn7sLKaoso7EFRufKWnHKe/7Zzz9 mr3/X701J2WsPkU/0Cvdu3/y69aEdcuLmViPf5L4w/xae49x+pR1BvWZzSo3m9R5b+3UjL77 SiW6ZeJckQVzeK8u+jc1aotQy+20nVFSH45N/rL/dML3H0mSv+9NeqG99rzp4iiGrJlzmtWm dimxFGckGmoxFxUnAgArKvBc+wIAAA== X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Jun 2018 01:17:30 -0000 On Wed, Jun 06, 2018 at 12:47:17AM +0000, Rick Macklem wrote: > I've heard mention of "make universe" machines multiple times, > but have no idea how to use them? > Is there doc on this? > > Thanks, rick > ps: I'll admit I haven't looked at the developer's guide in a long time. I think https://www.freebsd.org/internal/machines.html sounds like the page you're looking for. (universe is just a top-level make target like buildworld, but will take a while on non-beefy hardware.) -Ben