From owner-freebsd-bugs@FreeBSD.ORG Thu Jun 13 11:00:01 2013 Return-Path: Delivered-To: freebsd-bugs@smarthost.ysv.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 C08B9A21 for ; Thu, 13 Jun 2013 11:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B38991674 for ; Thu, 13 Jun 2013 11:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r5DB01NU075442 for ; Thu, 13 Jun 2013 11:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r5DB01gI075441; Thu, 13 Jun 2013 11:00:01 GMT (envelope-from gnats) Date: Thu, 13 Jun 2013 11:00:01 GMT Message-Id: <201306131100.r5DB01gI075441@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sayetsky Anton Subject: Re: misc/179536: File mps.ko.symbols is unconditionally installed X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Sayetsky Anton List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Jun 2013 11:00:01 -0000 The following reply was made to PR misc/179536; it has been noted by GNATS. From: Sayetsky Anton To: Alexey Markov , bug-followup@freebsd.org Cc: Subject: Re: misc/179536: File mps.ko.symbols is unconditionally installed Date: Thu, 13 Jun 2013 13:54:56 +0300 2013/6/13 Alexey Markov : > For unknown reason file mps.ko.symbols is unconditionally built and installed even if kernel config has debug option commented out. It seems somewhat connected to this line in the /usr/src/sys/modules/mps/Makefile:12 > > DEBUG_FLAGS += -g Confirmed on 9.1-RELEASE-p3 (also with sfxge): jason@jw:~$ ls /boot/kernel/*.symbols /boot/kernel/mps.ko.symbols /boot/kernel/sfxge.ko.symbol