From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 28 12:29:43 2011 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B2AB106566B for ; Wed, 28 Sep 2011 12:29:43 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id C78CE8FC13 for ; Wed, 28 Sep 2011 12:29:42 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA28590; Wed, 28 Sep 2011 15:29:37 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E831330.6050000@FreeBSD.org> Date: Wed, 28 Sep 2011 15:29:36 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:6.0.2) Gecko/20110907 Thunderbird/6.0.2 MIME-Version: 1.0 To: Arnaud Lacombe References: In-Reply-To: X-Enigmail-Version: undefined Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: FreeBSD Hackers Subject: Re: Installation of kernel symbols file in a separate directory [Was: Re: Experiences with FreeBSD 9.0-BETA2] X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Sep 2011 12:29:43 -0000 on 28/09/2011 07:23 Arnaud Lacombe said the following: > available here: > > https://github.com/lacombar/freebsd/commit/c1d5c4857361028dc40941273dd2ab9576c687fd > > This patch adds a KODIR_SYMBOLS variables which is to the kernel and > modules .symbols files what the KODIR variable is to the kernel and > modules files. By default ${KODIR_SYMBOLS} = ${KODIR}. I think that this patch doesn't cover the case of doing make install in a module directory (i.e. module built/installed independently from a kernel). KMODDIR_SYMBOLS should have a default value like KMODDIR does (in bsd.own.mk). -- Andriy Gapon