delete-old

Gary Palmer gpalmer at freebsd.org
Wed Aug 15 07:27:35 PDT 2007


On Wed, Aug 15, 2007 at 03:50:48PM +0200, Alexander Leidinger wrote:
> Quoting "Johan Hendriks" <Johan at 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...


More information about the freebsd-current mailing list