From owner-svn-src-all@FreeBSD.ORG Fri Oct 17 03:30:57 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9562F9FA; Fri, 17 Oct 2014 03:30:57 +0000 (UTC) Received: from mail-pd0-x233.google.com (mail-pd0-x233.google.com [IPv6:2607:f8b0:400e:c02::233]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FDE2A21; Fri, 17 Oct 2014 03:30:57 +0000 (UTC) Received: by mail-pd0-f179.google.com with SMTP id r10so4442001pdi.10 for ; Thu, 16 Oct 2014 20:30:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=Wwhbt2OeSOAH6+xkDOZ1PFyxweSjNm9rzLr/rslD8MI=; b=WbeEAOTwQlQN6YA7pGtiTkslq6dBwCLLlu386K9x0hgQ2b+yimtX+pm6TXWLalNfDY 7og1MIqZM5ihrt24UdKWLyqo8bEbS/MtS/MTEoiZdnFXbvzH307FY+H2Y1HFGI5hZhfM c49FG/OFAI7Q8KZjg2Pq++szWkH/Vy3XEFePnOFG9H8ugMpIbmqc8+geKwUi2EZo8zIb RajBYto/NlLS+ifEZLJub6zxtHexJvRZF68+FisldZLmM5F4xcMN/oEqvAk/elNULCGk L3EaaRN+Y9nmek1qqgUtYLz4diVUsIPztcjLszlBYhB1DaWrBF27vo7QKU8uPh9Nl6Bb dN8A== X-Received: by 10.66.102.105 with SMTP id fn9mr5379211pab.127.1413516656980; Thu, 16 Oct 2014 20:30:56 -0700 (PDT) Received: from [192.168.20.11] (c-98-247-240-204.hsd1.wa.comcast.net. [98.247.240.204]) by mx.google.com with ESMTPSA id wr8sm67057pbc.52.2014.10.16.20.30.56 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 16 Oct 2014 20:30:56 -0700 (PDT) References: <201410161804.s9GI4hed091471@svn.freebsd.org> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Message-Id: X-Mailer: iPhone Mail (11D257) From: Garrett Cooper Subject: Re: svn commit: r273174 - in head/sys: amd64/amd64 amd64/vmm arm/arm cam/ata cddl/contrib/opensolaris/uts/common/dtrace dev/acpica dev/asmc dev/cfi dev/drm2 dev/hatm dev/mii dev/nfe dev/patm dev/pci de... Date: Thu, 16 Oct 2014 20:30:55 -0700 To: Davide Italiano Cc: "svn-src-head@freebsd.org" , "svn-src-all@freebsd.org" , "Bjoern A. Zeeb" , "src-committers@freebsd.org" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Oct 2014 03:30:57 -0000 > BTW, it would be cool if universe will put logs of successful builds > and logs of failed builds in different directories for easier > inspection. > If there's already something like this and you can point me to that, > it would be appreciated. I think you want make tinderbox instead of make universe (make universe d= oesn't display builds errors whereas make tinderbox does). Cheers!=