From owner-freebsd-current@FreeBSD.ORG Mon Sep 15 09:09:00 2008 Return-Path: Delivered-To: current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D391B106566C for ; Mon, 15 Sep 2008 09:09:00 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.freebsd.org (Postfix) with ESMTP id 5824A8FC17 for ; Mon, 15 Sep 2008 09:09:00 +0000 (UTC) (envelope-from marck@rinet.ru) Received: from localhost (localhost [127.0.0.1]) by woozle.rinet.ru (8.14.2/8.14.2) with ESMTP id m8F8vfZq090848 for ; Mon, 15 Sep 2008 12:57:42 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 15 Sep 2008 12:57:41 +0400 (MSD) From: Dmitry Morozovsky To: current@FreeBSD.org Message-ID: User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) X-NCC-RegID: ru.rinet X-OpenPGP-Key-ID: 6B691B03 MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.0 (woozle.rinet.ru [0.0.0.0]); Mon, 15 Sep 2008 12:57:42 +0400 (MSD) Cc: Subject: cleandifles in kmod.mk X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 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: Mon, 15 Sep 2008 09:09:00 -0000 Hi there colleagues, it seems we miss two files per kernel module when debug is defined (which kinda brokes cleandir target): marck@beaver:/FreeBSD/src.current/sys> svn diff conf/kmod.mk Index: conf/kmod.mk =================================================================== --- conf/kmod.mk (revision 183034) +++ conf/kmod.mk (working copy) @@ -168,6 +168,7 @@ FULLPROG= ${PROG} .else FULLPROG= ${PROG}.debug +CLEANFILES+= ${PROG}.debug ${PROG}.symbols ${PROG}: ${FULLPROG} ${PROG}.symbols ${OBJCOPY} --strip-debug --add-gnu-debuglink=${PROG}.symbols\ ${FULLPROG} ${.TARGET} Sincerely, D.Marck [DM5020, MCK-RIPE, DM3-RIPN] [ FreeBSD committer: marck@FreeBSD.org ] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------