From owner-freebsd-current@FreeBSD.ORG Wed Oct 29 19:16:12 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28254C34 for ; Wed, 29 Oct 2014 19:16:12 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E28968DA for ; Wed, 29 Oct 2014 19:16:11 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id h3so1922555igd.8 for ; Wed, 29 Oct 2014 12:16:11 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type; bh=ttedl1wBdpr4NElsKAgCIxbI0U5XUMUNocgrZcpiIAA=; b=jtseyy0TpFZqNKhamptNgJIPTO0Y8VmE/vYbnK5v1r/+LJ+JN8lz6kTl+a+EoWPiiT fGlvcdWoUw2GsSd0/78jVz6RbaTlzjb+V1KfExqpVsjXkfjCnDp94deSp49l17mPRv2w rP7I8OnsVLlkWMn+dl1TCXY+2o3a8v6R4v7IQVIk77oKTKVNbx4GzuO+QTLHb6Ajearf 1wSMqPo1CFKcQScFjahER5bXs9k++LpmtDXrG0yHddtVc4F0QeUqIgBwUP/gYxvb5/3L cLaZDFfqPWfgBP3Thqa/hFIRfA9kbE4qPDARALzT+G5Y180jz39ZuZwxzzYe2fFghWzT UOsw== X-Received: by 10.43.164.200 with SMTP id mt8mr5192138icc.22.1414610171287; Wed, 29 Oct 2014 12:16:11 -0700 (PDT) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.29.207 with HTTP; Wed, 29 Oct 2014 12:15:50 -0700 (PDT) In-Reply-To: <54511A7E.1020307@multiplay.co.uk> References: <54511A7E.1020307@multiplay.co.uk> From: Ed Maste Date: Wed, 29 Oct 2014 15:15:50 -0400 X-Google-Sender-Auth: irpbXWAdzpfAhM9v9Ap_dw2jJD4 Message-ID: Subject: Re: HEADS UP: Standalone kernel debug files moving out of /boot/kernel/ To: Steven Hartland Content-Type: text/plain; charset=UTF-8 Cc: FreeBSD Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 29 Oct 2014 19:16:12 -0000 On 29 October 2014 12:49, Steven Hartland wrote: > Hmm not sure I like this idea as it would make it more difficult to make a > copy / backup a kernel. > > ATM when I want to copy a kernel for debugging its a one liner, splitting > debug symbols off to /usr/lib would prevent this. To retain the current behaviour you can set DEBUGDIR= (i.e., empty), as the debug file install path is ${DESTDIR}${DEBUGDIR}${KODIR}.