From owner-freebsd-questions@FreeBSD.ORG Fri Jan 11 13:06:19 2013 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 91B45BBA for ; Fri, 11 Jan 2013 13:06:19 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-wi0-f173.google.com (mail-wi0-f173.google.com [209.85.212.173]) by mx1.freebsd.org (Postfix) with ESMTP id 1D91D9CB for ; Fri, 11 Jan 2013 13:06:18 +0000 (UTC) Received: by mail-wi0-f173.google.com with SMTP id hn17so1922369wib.0 for ; Fri, 11 Jan 2013 05:06:18 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version:x-mailer:x-gm-message-state; bh=Yal3xH3k1PTjHpikM+HjRDL3lmb62pEG2speUq5e+FE=; b=EUUpxeFlFdUTYVc7VnRmXTwz5LiiVhUFhxrfRx8wgc1QMTjDZUzAVELKPuw4Vkg6Vy HwL4WVSYpyfXzuaM4iVyTqW2U9xx0rw+zsoZyvg5xKniv+Mc4t7F/R9kn5+mVnD2bvtc sps6mpPsZ/TPBVxwB5myKpYfa7lecnIEIM2p2UvE9K0JwjudqlhpgHpYINDjR8EVipKD KrGcj5lydYLu3/o11U5BUoj4CQXSF/58p1WCUnV0aIPedLyadQvYQNRKufm7Q1i5fq+l tdoAqUv2nCmYLDFUMqgh0Wex1lWi7u/rHzzPrRoLa3lsIgTHL1UNuGdCxr21d2jVHthh WV1Q== X-Received: by 10.180.84.131 with SMTP id z3mr15102282wiy.25.1357909578072; Fri, 11 Jan 2013 05:06:18 -0800 (PST) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id p3sm12773226wic.8.2013.01.11.05.06.16 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 11 Jan 2013 05:06:17 -0800 (PST) From: Fleuriot Damien Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: make release doesn't correctly include EXTLOCALDIR ? Message-Id: Date: Fri, 11 Jan 2013 14:06:16 +0100 To: "freebsd-questions@freebsd.org Questions" Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQmhlq1hQH/j4ojAirukwL8pIJUpx/quh+fuSAHkT98PJvLIkfqHRTB424BE9QtOg1yfFkmr X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 11 Jan 2013 13:06:19 -0000 Hello list, I'm running 8.3-stable r245223 from a mere 2 days ago and am in the = process of building a custom release for our internal use as = preconfigured firewalls. "make release" works pretty fine except for a few quirks here and there. First of all, I have set EXTLOCALDIR so that the release contains my = existing /usr/local/ , and thus the collection of installed ports. The problem here is that while /release/usr/local/ is correctly = populated, the ISO images and ftp install directory have an empty = usr/local/ Extracting the ISO's base.?? files doesn't yield the /usr/local/ = contents either. The second problem I encounter is with the kernel's build. Apparently "make release" doesn't pull MODULES_OVERRIDE from = /etc/make.conf and decides to build every single module, as opposed to = my own restricted list. I'm going to try with with KERNEL_FLAGS=3D-DMODULES_OVERRIDE module1 = module2 in /usr/src/release/Makefile Has anyone else ever experienced the same problem regarding the = inclusion of /usr/local/ in their release ?