Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 15 Aug 2007 10:20:33 -0400
From:      Gary Palmer <gpalmer@freebsd.org>
To:        Alexander Leidinger <Alexander@Leidinger.net>
Cc:        Johan Hendriks <Johan@double-l.nl>, freebsd-current@freebsd.org
Subject:   Re: delete-old
Message-ID:  <20070815142033.GA970@in-addr.com>
In-Reply-To: <20070815155048.101b31a7@deskjail>
References:  <57200BF94E69E54880C9BB1AF714BBCB19BC3D@w2003s01.double-l.local> <20070815155048.101b31a7@deskjail>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Aug 15, 2007 at 03:50:48PM +0200, Alexander Leidinger wrote:
> Quoting "Johan Hendriks" <Johan@double-l.nl> (Wed, 15 Aug 2007 13:08:32 +0200):
> 
> > When i do a make delete-old I get the following output.
> > 
> > >>> Removing old files (only deletes safe to delete libs)  >>> Old files removed  >>> Removing old directories /usr/include/netgraph/bluetooth/include
> > /usr/include/netgraph/bluetooth
> >  >>> Old directories removed
> > To remove old libraries run '/usr/obj/usr/src/make.i386/make delete-old-libs'.
> > 
> > Nothing wrong but after a second buildworld and a make delete-old I get the same output, so the directory's are recreated.
> > 
> > My src.conf:
> > 
> > WITHOUT_BLUETOOTH=      yes
> 
> This means either the bluetooth entries in
> tools/build/mk/OptionalObsoleteFiles.inc are not right (bug in this
> file), or that those bluetooth directories should not be created when
> WITHOUT_BLUETOOTH is set (bug in the corresponding Makefile).

The directories are made by mtree (check src/etc/mtree/BSD.include.dist)

mtree doesn't know about the WITHOUT_ flags...



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070815142033.GA970>