Date: Thu, 22 Jun 2006 18:57:15 +0800 From: "Jiawei Ye" <leafy7382@gmail.com> To: "FreeBSD Current" <freebsd-current@freebsd.org> Subject: Inconsistency with WITHOUT_BLUETOOTH in src.conf Message-ID: <c21e92e20606220357n535841cdn9352620d1443662@mail.gmail.com>
next in thread | raw e-mail | index | archive | help
The following path:
/usr/include/netgraph/bluetooth/include
/usr/include/netgraph/bluetooth
are still created in makeworld/installworld cycle, when
WITHOUT_BLUETOOTH=1 is in src.conf.
They were already deleted after my previous world-building cycle.
root@chihiro:/usr/src# make check-old
>>> Checking for old files
>>> Checking for old libraries
>>> Checking for old directories
/usr/include/netgraph/bluetooth/include
/usr/include/netgraph/bluetooth
To remove old files and directories run 'make delete-old'.
To remove old libraries run 'make delete-old-libs'.
root@chihiro:/usr/src# ls -l /usr/include/netgraph/bluetooth/include
total 0
root@chihiro:/usr/src# ls -l /usr/include/netgraph/bluetooth/
total 2
drwxr-xr-x 2 root wheel 512 6 22 16:34 include/
--
"Without the userland, the kernel is useless."
--inspired by The Tao of Programming
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c21e92e20606220357n535841cdn9352620d1443662>
