From owner-svn-src-head@FreeBSD.ORG Thu Dec 26 18:54:29 2013 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 682C892B for ; Thu, 26 Dec 2013 18:54:29 +0000 (UTC) Received: from mail-ie0-f175.google.com (mail-ie0-f175.google.com [209.85.223.175]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 33E8918E6 for ; Thu, 26 Dec 2013 18:54:28 +0000 (UTC) Received: by mail-ie0-f175.google.com with SMTP id x13so8618314ief.6 for ; Thu, 26 Dec 2013 10:54:28 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=ay73nI9SKYeU8jXh5oamDQXYoKrpH7P0DUcUymRZ2fE=; b=aJeYd51npgPshDFmd5OY6zjI7U7+K8t/qcFUAHVRTRtl8/xDTZQxiepWQ3hz/mqdPm JcQhh593qIYNIAfS9pT4QQ+zb0xXDgy1to7gmH5gICc5dDi1nxFS5F3VVPDoS8vmBmB5 hZAX/CnAJr2k3cLU7HBrePJhwtI5Q4LmETA4UBNaKebKY/zA6K4vlBSSCFMT8dIMOTh2 vsIlq0+OkkckE2CTr6uJJsJ3xnx6AAc2D+TgrrkjYmy2MtzjETY6XLmiSJcNP5o+WEaG CpvVewPPXKc0fEKsxPwOeBbpWyiTjQlcHyjfyztOcMrSgSeCHRiBRCbkyNVq8V4Get7E B6bg== X-Gm-Message-State: ALoCoQm/hXwxO54UN3eHs0AP9xBM0UexwaCLD5eZxyIP9PggJHeVzr7/WmCo/8h8pXhXPEqo4k4r X-Received: by 10.50.41.106 with SMTP id e10mr19623728igl.37.1388084068184; Thu, 26 Dec 2013 10:54:28 -0800 (PST) MIME-Version: 1.0 Received: by 10.64.31.36 with HTTP; Thu, 26 Dec 2013 10:54:08 -0800 (PST) X-Originating-IP: [2620:0:1003:1007:a41a:6bb9:7290:5240] In-Reply-To: <201312261114.10411.jhb@freebsd.org> References: <201312251825.rBPIPxNo047853@svn.freebsd.org> <201312261114.10411.jhb@freebsd.org> From: Julio Merino Date: Thu, 26 Dec 2013 13:54:08 -0500 Message-ID: Subject: Re: svn commit: r259881 - head/release To: John Baldwin Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Dec 2013 18:54:29 -0000 On Thu, Dec 26, 2013 at 11:14 AM, John Baldwin wrote: > On Wednesday, December 25, 2013 1:25:58 pm Julio Merino wrote: > > Author: jmmv > > Date: Wed Dec 25 18:25:58 2013 > > New Revision: 259881 > > URL: http://svnweb.freebsd.org/changeset/base/259881 > > > > Log: > > Put the release objdir inside the chroot. > > Hmm in my local releases of 10 this was already true that the release bits > ended up in ${CHROOTDIR}/usr/obj/usr/src/release and not > /usr/obj/usr/src/release. > Note that make is invoked *both* from inside and outside the chroot. This means that you indeed have stuff in CHROOTDIR/usr/obj -- but that's not all. I suspect you can also see stuff in /usr/obj/scratch/. -- Julio Merino / @jmmv