From owner-freebsd-current@FreeBSD.ORG Sat Feb 21 22:00:21 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6719F106567B for ; Sat, 21 Feb 2009 22:00:21 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 1D3698FC1A for ; Sat, 21 Feb 2009 22:00:20 +0000 (UTC) (envelope-from yanefbsd@gmail.com) Received: by yx-out-2324.google.com with SMTP id 31so537159yxl.13 for ; Sat, 21 Feb 2009 14:00:20 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=0qkCDZwGtvGLZXF0U5poVquxZ/LL+jAGBY04K+84hXs=; b=TbnCMxkHzdgduakhb0NkZE9V2KRQAZM6ft8b4CasZ+V1OGz+GxDJsfRDtfCojx5vYp KgwaPAznuzruEqdVAltKXSaJb4+fH/9mkLwwWppn4WMWZcsyeT5BR5SjzeFnkU6uegu3 x9CxNYvmjmGjrYJXym8veknyXCFigax94XxMM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=EcxOUy9zhTKSvCUVhr2xCWPBldo8wM1UeG1yVweyr1dMDsRMojb+fJL63c3WSvtd5h yl01gDbWqefFXmuuBGt4D3kcc9Eojw3O4RgnTJVt8PGGezWekLUxto/mS4jhVbwnX/+I ZHY1abRVxOHFY9nucSq1HHmB7CC1eL7iM6gWw= MIME-Version: 1.0 Received: by 10.90.49.8 with SMTP id w8mr606758agw.90.1235253620410; Sat, 21 Feb 2009 14:00:20 -0800 (PST) In-Reply-To: References: <49935993.50303@stillbilde.net> <200902120818.34567.jhb@freebsd.org> <7d6fde3d0902201727k61554608j9b3d5cdc3e78c3dc@mail.gmail.com> Date: Sat, 21 Feb 2009 14:00:20 -0800 Message-ID: <7d6fde3d0902211400i772e6cb4uda66f79fa7c4bf6@mail.gmail.com> From: Garrett Cooper To: Buganini Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: FreeBSD Current Subject: Re: modular kernconf 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: Sat, 21 Feb 2009 22:00:22 -0000 On Sat, Feb 21, 2009 at 3:39 AM, Buganini wrote: > Do you mean I should use << include "GENERIC" >>? > but in USB2 and PAE, there were no quotes, > I just mimic them. > > > On Sat, Feb 21, 2009 at 9:27 AM, Garrett Cooper wrote: >> The included file _must_ be quoted (at least on 8-CURRENT). It's a >> common mistake in the examples. >> HTH, >> -Garrett Yes, but if you try and compile it that way, it will fail. At least it did with me and my include files... HTH, -Garrett