From owner-freebsd-questions@FreeBSD.ORG Tue Jan 30 15:28:40 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5AF4416A419 for ; Tue, 30 Jan 2007 15:28:40 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from mail.digitalfreaks.org (arbitor.digitalfreaks.org [216.151.95.158]) by mx1.freebsd.org (Postfix) with ESMTP id 330F313C4A6 for ; Tue, 30 Jan 2007 15:28:40 +0000 (UTC) (envelope-from lavalamp@spiritual-machines.org) Received: from localhost (localhost [127.0.0.1]) by mail.digitalfreaks.org (Postfix) with ESMTP id 3053F17D9E; Tue, 30 Jan 2007 10:03:23 -0500 (EST) Received: from mail.digitalfreaks.org ([127.0.0.1]) by localhost (mail.digitalfreaks.org [127.0.0.1]) (amavisd-maia, port 10024) with ESMTP id 26667-15; Tue, 30 Jan 2007 10:03:19 -0500 (EST) Received: from mail.digitalfreaks.org (mail.digitalfreaks.org [216.151.95.156]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.digitalfreaks.org (Postfix) with ESMTP id AB5FC17D96; Tue, 30 Jan 2007 10:03:18 -0500 (EST) Date: Tue, 30 Jan 2007 10:03:18 -0500 (EST) From: "Brian A. Seklecki" X-X-Sender: lavalamp@arbitor.digitalfreaks.org To: freebsd-questions@freebsd.org Message-ID: <20070130094836.O65551@arbitor.digitalfreaks.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: Maia Mailguard 1.0.2 Cc: smcafee@collaborativefusion.com Subject: release(7) subtargets and custom internal releng X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Jan 2007 15:28:40 -0000 Does anyone out there use the sub-targets in /usr/src/release independent of the 'make release' target? I'm looking to build customized install ISOs from a highly stripped down 'make buildworld'. I want to build the stripped version of the userland and kernels using my make.conf(5) in my native environment and avoid the chroot(8) + re-make-buildworld. I don't need src sets, mass port builds, docs I guess I'm spoiled by NetBSD build.sh in this sense. There we just ./build.sh { build, release CHECKFLIST_FLAGS+=-e -m}; mkhybrid(1) and you've got a customized install ISO. I understand the how the default release(7) approach creates a sanitized build environment. Seems logical. But it accomplishes one descrete task. Essentially I need the following: make buildworld release.3 release.4 release.5 release.6 floppies.1 cdrom.1 cdrom.3 iso.1 Before I spend a day getting all of these targets to play nice together, just curious if anyone else is doing this? l8* -lava (Brian A. Seklecki - Pittsburgh, PA, USA) http://www.spiritual-machines.org/