From owner-freebsd-hackers@FreeBSD.ORG Wed Sep 28 14:38:55 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 904FA106564A; Wed, 28 Sep 2011 14:38:55 +0000 (UTC) (envelope-from lacombar@gmail.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id EEFFF8FC12; Wed, 28 Sep 2011 14:38:54 +0000 (UTC) Received: by wyj26 with SMTP id 26so78205wyj.13 for ; Wed, 28 Sep 2011 07:38:54 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EynBRZgyPog5he87UjFMerWnnULGgcrF3Zi7pNpF0+I=; b=lNwHJJP6B7nCSf309//kZr74RlbeoHLTjnWzTcttheAWJ+VEfPeiqHpE3uyvWnAAet C2Mrup4KJ77cq2drGRxXxb9cHRHkIT2fCraBrstVkf36xFslQPxPWxHsNj/4zC2SExwv YlneS3lggEtfQMfT8pse/o4z7x5RgOcq+U1ps= MIME-Version: 1.0 Received: by 10.227.7.27 with SMTP id b27mr8954644wbb.51.1317220733973; Wed, 28 Sep 2011 07:38:53 -0700 (PDT) Received: by 10.180.103.33 with HTTP; Wed, 28 Sep 2011 07:38:53 -0700 (PDT) In-Reply-To: <4E831330.6050000@FreeBSD.org> References: <4E831330.6050000@FreeBSD.org> Date: Wed, 28 Sep 2011 10:38:53 -0400 Message-ID: From: Arnaud Lacombe To: Andriy Gapon Content-Type: text/plain; charset=ISO-8859-1 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 14:38:55 -0000 Hi, On Wed, Sep 28, 2011 at 8:29 AM, Andriy Gapon wrote: > 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). > that's trivial to fix. As I won't commit that anyway, and the patch will not be taken as-is, feel free to make the change. Still, I may end-up doing it by myself when I'll need it. - Arnaud > -- > Andriy Gapon >