From owner-freebsd-questions@FreeBSD.ORG Mon Sep 24 16:53:06 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B7900106564A for ; Mon, 24 Sep 2012 16:53:06 +0000 (UTC) (envelope-from Devin.Teske@fisglobal.com) Received: from mx1.fisglobal.com (mx1.fisglobal.com [199.200.24.190]) by mx1.freebsd.org (Postfix) with ESMTP id 7D5E48FC0A for ; Mon, 24 Sep 2012 16:53:05 +0000 (UTC) Received: from smtp.fisglobal.com ([10.132.206.15]) by ltcfislmsgpa05.fnfis.com (8.14.4/8.14.4) with ESMTP id q8OGr45R022373 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=NOT); Mon, 24 Sep 2012 11:53:05 -0500 Received: from [10.0.0.100] (10.14.152.61) by smtp.fisglobal.com (10.132.206.15) with Microsoft SMTP Server (TLS) id 14.2.309.2; Mon, 24 Sep 2012 11:53:03 -0500 MIME-Version: 1.0 (Apple Message framework v1278) Content-Type: text/plain; charset="iso-8859-1" From: Devin Teske In-Reply-To: Date: Mon, 24 Sep 2012 09:53:01 -0700 Content-Transfer-Encoding: quoted-printable Message-ID: References: To: Rick Miller X-Mailer: Apple Mail (2.1278) X-Originating-IP: [10.14.152.61] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.7.7855, 1.0.431, 0.0.0000 definitions=2012-09-24_04:2012-09-24, 2012-09-24, 1970-01-01 signatures=0 Cc: FreeBSD Questions Subject: Re: Creating kernel distribution from sources X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Devin Teske List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 24 Sep 2012 16:53:06 -0000 On Sep 24, 2012, at 6:03 AM, Rick Miller wrote: > Hi All, >=20 > I've generated a DVD iso and imported it into a provisioning platform. > After this integration, a decision was made to rebuild the kernel > with an option enabled. As opposed to executing a full `make > release`, I just want to build the kernel distribution. In reading > the manpage, it looks like I can just run `make release.3 && make > release.5 && make release.6` to accomplish this. Is this correct? > Would the resulting files be installed in ${CHROOTDIR}/R? >=20 Almost! Don't forget you need to first remove the target files created by e= ach of those targets. In example: rm -f /usr/release/usr/obj/usr/src/release/release.{3,5,6} make release.{3,5,6} Yes, the resulting files will be in (by default) /usr/release/R --=20 Devin _____________ The information contained in this message is proprietary and/or confidentia= l. If you are not the intended recipient, please: (i) delete the message an= d all copies; (ii) do not disclose, distribute or use the message in any ma= nner; and (iii) notify the sender immediately. In addition, please be aware= that any message addressed to our domain is subject to archiving and revie= w by persons other than the intended recipient. Thank you.