From owner-freebsd-current@FreeBSD.ORG Thu Jun 22 16:38:44 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 BA61316A479 for ; Thu, 22 Jun 2006 16:38:44 +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 1A6E043D49 for ; Thu, 22 Jun 2006 16:38:43 +0000 (GMT) (envelope-from leafy7382@gmail.com) Received: by ug-out-1314.google.com with SMTP id m3so617836uge for ; Thu, 22 Jun 2006 09:38:43 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=fs4B6SYQK8Rw8uap0hjYMtTdlU5o2M99PNfMK9bue+9SdbFGZ3tpcZ/S4/r/6rxuS5pNgn5kct1MUQD7eFCyRqZd95byVAbhL7LzC9BiXXGjD8YFc/nZgrnaEV8ERlRQRQd8svTkXjiLlfmUCsA9ScuqZRVOlqoDfs//NXR1U6M= Received: by 10.78.178.5 with SMTP id a5mr597394huf; Thu, 22 Jun 2006 09:12:54 -0700 (PDT) Received: by 10.78.12.9 with HTTP; Thu, 22 Jun 2006 09:12:54 -0700 (PDT) Message-ID: Date: Fri, 23 Jun 2006 00:12:54 +0800 From: "Jiawei Ye" To: Tarc In-Reply-To: <20060622153130.GA40603@tarc.po.cs.msu.su> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20060622153130.GA40603@tarc.po.cs.msu.su> Cc: FreeBSD Current Subject: Re: 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 16:38:44 -0000 On 6/22/06, Tarc wrote: > On Thu, Jun 22, 2006 at 06:57:15PM +0800, Jiawei Ye wrote: > > /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'. > the make check-old says about directories > -- > Best regards, > Arseny Nasokin Sorry, I do no understand what you are trying to say. My point is, if installworld is going to make these dirs anyway, then don't put them into Obsolete when WITHOUT_BLUETOOTH is defined, or, in another sense, don't make these dirs if WITHOUT_BLUETOOTH is defined. Jiawei Ye -- "Without the userland, the kernel is useless." --inspired by The Tao of Programming