From owner-freebsd-current@FreeBSD.ORG Mon Jul 20 11:27:12 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 79FC31065670 for ; Mon, 20 Jul 2009 11:27:12 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 41B618FC14 for ; Mon, 20 Jul 2009 11:27:12 +0000 (UTC) (envelope-from dimitry@andric.com) Received: from [IPv6:2001:7b8:3a7:0:281f:c799:4227:58d4] (unknown [IPv6:2001:7b8:3a7:0:281f:c799:4227:58d4]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id C0D355C59; Mon, 20 Jul 2009 13:27:10 +0200 (CEST) Message-ID: <4A645489.8050804@andric.com> Date: Mon, 20 Jul 2009 13:27:05 +0200 From: Dimitry Andric User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.2; en-US; rv:1.9.1.1pre) Gecko/20090716 Shredder/3.0b4pre MIME-Version: 1.0 To: Michiel Boland References: <4A63A72F.9020809@boland.org> In-Reply-To: <4A63A72F.9020809@boland.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current 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:27:13 -0000 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.