From owner-freebsd-current@FreeBSD.ORG Mon Jul 20 11:32:30 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A0F06106566C for ; Mon, 20 Jul 2009 11:32:30 +0000 (UTC) (envelope-from hselasky@c2i.net) Received: from swip.net (mailfe10.swip.net [212.247.155.33]) by mx1.freebsd.org (Postfix) with ESMTP id 395FD8FC14 for ; Mon, 20 Jul 2009 11:32:29 +0000 (UTC) (envelope-from hselasky@c2i.net) X-Cloudmark-Score: 0.000000 [] X-Cloudmark-Analysis: v=1.0 c=1 a=gHsyN9T6crAA:10 a=gg2W7PyvkLb8p4ie143lBA==:17 a=jc6aPawPoy8-AFLwiIwA:9 a=rh34sUkam1yeHqZ9jsysiFDzPEQA:4 Received: from [194.248.135.20] (account mc467741@c2i.net HELO laptop.adsl.tele2.no) by mailfe10.swip.net (CommuniGate Pro SMTP 5.2.13) with ESMTPA id 1111565039; Mon, 20 Jul 2009 13:32:28 +0200 From: Hans Petter Selasky To: freebsd-current@freebsd.org Date: Mon, 20 Jul 2009 13:32:14 +0200 User-Agent: KMail/1.11.4 (FreeBSD/8.0-BETA2; KDE/4.2.4; i386; ; ) References: <4A63A72F.9020809@boland.org> <4A645489.8050804@andric.com> In-Reply-To: <4A645489.8050804@andric.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200907201332.15530.hselasky@c2i.net> Cc: Michiel Boland , Dimitry Andric Subject: Re: problems with make delete-old(-libs) 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, 20 Jul 2009 11:32:30 -0000 On Monday 20 July 2009 13:27:05 Dimitry Andric wrote: > On 2009-07-20 01:07, Michiel Boland wrote: > > Hi. On recent -CURRENT make delete-old wants to delete the following > > files > > > > /usr/include/dev/usb/usbdi.h > > /usr/include/dev/usb/usbdi_util.h > > /usr/include/libusb.h > > > > As far as I can see these files are still built/installed > > Yes indeed, they are installed during every installworld, but are still > in ObsoleteFiles.inc; this looks like an oversight during the USB stack > switch. This is a known issue. --HPS