From owner-freebsd-bugs@FreeBSD.ORG Wed Oct 17 15:00:01 2012 Return-Path: Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DEC72EC for ; Wed, 17 Oct 2012 15:00:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [8.8.178.135]) by mx1.freebsd.org (Postfix) with ESMTP id 2D2448FC08 for ; Wed, 17 Oct 2012 15:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q9HF01kr009042 for ; Wed, 17 Oct 2012 15:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q9HF01V1009041; Wed, 17 Oct 2012 15:00:01 GMT (envelope-from gnats) Date: Wed, 17 Oct 2012 15:00:01 GMT Message-Id: <201210171500.q9HF01V1009041@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ed Maste Subject: Re: misc/153157: [build] [patch] Add support for generating userland debug symbols during installworld X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: Ed Maste List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 Oct 2012 15:00:01 -0000 The following reply was made to PR misc/153157; it has been noted by GNATS. From: Ed Maste To: bug-followup@FreeBSD.org Cc: Subject: Re: misc/153157: [build] [patch] Add support for generating userland debug symbols during installworld Date: Wed, 17 Oct 2012 10:59:27 -0400 Note, it appears an equivalent change is needed in bsd.lib.mk. It looks like the current patch will add symbols for binaries only. Work is ongoing by brooks@ to implement an install process that can produce a tar file or other output directly, which will likely be incompatible with this patch.