From owner-freebsd-current@FreeBSD.ORG Thu Jun 22 15:22:40 2006 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 910D016A87F for ; Thu, 22 Jun 2006 15:22:40 +0000 (UTC) (envelope-from leafy7382@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.169]) by mx1.FreeBSD.org (Postfix) with ESMTP id C63F8446BF for ; Thu, 22 Jun 2006 15:03:16 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so568403uge for ; Thu, 22 Jun 2006 08:03:15 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=NoB3cmfIQhF0yZ6UPYp0c6bA3d4W8FeU2voZpYsk757ENhZxGeGsTkvnL3qlGYC4vVtCw5fFXX1UAbjGlkKMZ7LQC0xvo8BHjONtdOyt8YoidcfRg4/INclwrZ4Jh3yc+a+K3PlGvPkenlCawphBFSeSeLfSVqh9Mp8RumdXsOw= Received: by 10.78.170.17 with SMTP id s17mr377157hue; Thu, 22 Jun 2006 03:57:15 -0700 (PDT) Received: by 10.78.12.9 with HTTP; Thu, 22 Jun 2006 03:57:15 -0700 (PDT) Message-ID: Date: Thu, 22 Jun 2006 18:57:15 +0800 From: "Jiawei Ye" To: "FreeBSD Current" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Inconsistency with WITHOUT_BLUETOOTH in src.conf X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 15:22:40 -0000 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