From owner-freebsd-questions@FreeBSD.ORG Sun Apr 4 08:14:07 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B5E9106564A for ; Sun, 4 Apr 2010 08:14:07 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (unknown [IPv6:2001:470:1f09:679::1]) by mx1.freebsd.org (Postfix) with ESMTP id C4C8E8FC13 for ; Sun, 4 Apr 2010 08:14:06 +0000 (UTC) Received: from muon.cran.org.uk (localhost [127.0.0.1]) by muon.cran.org.uk (Postfix) with ESMTP id B7697C400C; Sun, 4 Apr 2010 08:14:05 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on muon.cran.org.uk X-Spam-Level: X-Spam-Status: No, score=-2.7 required=8.0 tests=AWL,BAYES_00,RDNS_DYNAMIC autolearn=no version=3.2.5 Received: from core.draftnet (87-194-158-129.bethere.co.uk [87.194.158.129]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA; Sun, 4 Apr 2010 08:14:05 +0000 (UTC) From: Bruce Cran To: freebsd-questions@freebsd.org Date: Sun, 4 Apr 2010 09:14:02 +0100 User-Agent: KMail/1.13.1 (FreeBSD/9.0-CURRENT; KDE/4.4.1; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201004040914.02120.bruce@cran.org.uk> Cc: Ihsan Junaidi Ibrahim Subject: Re: make delete-old question (removing old binaries) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Apr 2010 08:14:07 -0000 On Saturday 03 April 2010 11:04:37 Ihsan Junaidi Ibrahim wrote: > Hi folks, > > I've rebuild my world with NO_MAIL (in src.conf) and a few other NO_ > options however I noticed that related binaries are not removed > entirely i.e. mailwrapper when I ran make delete-old / > delete-old-libs. I can see that the old binaries have a timestamp > older than the binaries rebuilt by the make world process. > > [anggerik:/usr/sbin]# ls -l mailwrapper > -r-xr-xr-x 1 root wheel 7808 Nov 21 22:31 mailwrapper > [anggerik:/usr/sbin]# ls -l trac > traceroute* traceroute6* > [anggerik:/usr/sbin]# ls -l traceroute > -r-sr-xr-x 1 root wheel 28240 Apr 3 08:54 traceroute > > Is this simply a cosmetic issue and I can just remove those binaries > manually or if not so, is there a special configs needed to remove > them. > > Apologize if this question has been asked before. You should be using WITHOUT_ versions of the options - see src.conf(5). Files won't be removed unless they're listed in ObsoleteFiles.inc, and it's typically not been kept up-to-date. This is being fixed in -CURRENT but for just now you can remove the binaries manually. -- Bruce Cran