From nobody@FreeBSD.org  Wed Dec  9 08:05:16 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 229D6106568D
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  9 Dec 2009 08:05:16 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 113A78FC16
	for <freebsd-gnats-submit@FreeBSD.org>; Wed,  9 Dec 2009 08:05:16 +0000 (UTC)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id nB985F9f033043
	for <freebsd-gnats-submit@FreeBSD.org>; Wed, 9 Dec 2009 08:05:15 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id nB985Fr6033042;
	Wed, 9 Dec 2009 08:05:15 GMT
	(envelope-from nobody)
Message-Id: <200912090805.nB985Fr6033042@www.freebsd.org>
Date: Wed, 9 Dec 2009 08:05:15 GMT
From: Alexey Markov <redrat@mail.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: "make delete-old" leaves some unnecessary files
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         141311
>Category:       misc
>Synopsis:       [build] "make delete-old" leaves some unnecessary files
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Dec 09 08:10:01 UTC 2009
>Closed-Date:    Fri Nov 02 22:22:41 UTC 2012
>Last-Modified:  Fri Nov 02 22:22:41 UTC 2012
>Originator:     Alexey Markov
>Release:        8.0-RELEASE-p1
>Organization:
JSC Complitex
>Environment:
FreeBSD test.complitex.ru 8.0-RELEASE-p1 FreeBSD 8.0-RELEASE-p1 #1: Tue Dec  8 13:09:42 MSK 2009     root@test.complitex.ru:/arc/obj/arc/src/sys/TEST  i386
>Description:
test# cat /etc/src.conf
WITHOUT_ATM=
WITHOUT_AUTHPF=
WITHOUT_BLUETOOTH=
WITHOUT_CTM=
WITHOUT_DICT=
WITHOUT_FLOPPY=
WITHOUT_GAMES=
WITHOUT_GPIB=
WITHOUT_INET6=
WITHOUT_INET6_SUPPORT=
WITHOUT_IPFILTER=
WITHOUT_IPX=
WITHOUT_IPX_SUPPORT=
WITHOUT_LPR=
WITHOUT_NCP=
WITHOUT_NDIS=
WITHOUT_NIS=
WITHOUT_OBJC=
WITHOUT_PF=
WITHOUT_PROFILE=
WITHOUT_RESCUE=
WITHOUT_SHAREDOCS=
WITHOUT_SYSINSTALL=
WITHOUT_WIRELESS=
WITHOUT_WIRELESS_SUPPORT=
WITHOUT_WPA_SUPPLICANT_EAPOL=

test# cd /usr/src && make delete-old
rmdir: /usr/include/netgraph/bluetooth/include: Directory not emty
rmdir: /usr/include/netgraph/bluetooth: Directory not emty

because of leaved file /usr/include/netgraph/bluetooth/include/ng_btsocket_sco.h

Also, a lot of ATM and BlueTooth related files in /sbin, /usr/sbin, /usr/include/ leaved intact, for example:

/usr/include/netgraph/atm/*.h
/sbin/atmconfig
/usr/sbin/authpf
/usr/sbin/bt*
/usr/sbin/ctm*

and so on.
>How-To-Repeat:
1. Install 8.0-RELEASE from CD
2. Build and install world with same scr.conf as mine
3. cd /usr/src && make delete-old

>Fix:


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->patched 
State-Changed-By: arundel 
State-Changed-When: Wed Nov 24 00:27:54 UTC 2010 
State-Changed-Why:  
With the exception of /usr/include/netgraph/atm/*.h all the examples you 
mentioned have been fixed in HEAD. ATM requires some special handling and thus 
these are being dealt with in #143831 and #143830 and should be excluded from 
this PR. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141311 
State-Changed-From-To: patched->closed 
State-Changed-By: eadler 
State-Changed-When: Fri Nov 2 22:22:40 UTC 2012 
State-Changed-Why:  
MFCed/fixed by now or it will never be MFCed 

http://www.freebsd.org/cgi/query-pr.cgi?pr=141311 
>Unformatted:
