From owner-freebsd-current@FreeBSD.ORG Sun Feb 22 09:53:53 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 01C99106564A for ; Sun, 22 Feb 2009 09:53:53 +0000 (UTC) (envelope-from buganini@gmail.com) Received: from mail-fx0-f168.google.com (mail-fx0-f168.google.com [209.85.220.168]) by mx1.freebsd.org (Postfix) with ESMTP id 85AB98FC17 for ; Sun, 22 Feb 2009 09:53:52 +0000 (UTC) (envelope-from buganini@gmail.com) Received: by fxm12 with SMTP id 12so1283412fxm.19 for ; Sun, 22 Feb 2009 01:53:51 -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=aagWo3hDLBzse9jU57b4/YZ1r8JIDM1aXFBuk3dPW/A=; b=uMlYs9looUt5r7otXB5ufma8YFuCb+8ZwiqsQNY1teQZTGZT+yOEflHTpduvVdPMF+ x/LbRXtnRNBUWZM6XjWqnRJSXYdiz36hXlxdNxKsneiPnNLG8I2RR6oYqJQfSE9uk80l E29YliQvC757CGxPDG9+Xpo2XPJJb2QZh3QLc= 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=wpCV5H3PWEMdCylrCM/zLdUS8M7L1l7jVYWn7aS/lCDOectmnYe0Wy/CnbJQEL1X6Z 5M5xYsnYrV4m83UsJkQx4NCyxf7ciFvshihjlDGAxgiHm+0Ja+wT2MIwBY5JeT+hD/R2 8A6GfnoG5YbRJ8BLyYIVDB2A8cB9oAZRuIGuY= MIME-Version: 1.0 Received: by 10.103.12.8 with SMTP id p8mr2740284mui.44.1235296431605; Sun, 22 Feb 2009 01:53:51 -0800 (PST) In-Reply-To: <7d6fde3d0902211400i772e6cb4uda66f79fa7c4bf6@mail.gmail.com> References: <49935993.50303@stillbilde.net> <200902120818.34567.jhb@freebsd.org> <7d6fde3d0902201727k61554608j9b3d5cdc3e78c3dc@mail.gmail.com> <7d6fde3d0902211400i772e6cb4uda66f79fa7c4bf6@mail.gmail.com> Date: Sun, 22 Feb 2009 17:53:51 +0800 Message-ID: From: Buganini To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 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: Sun, 22 Feb 2009 09:53:53 -0000 But I've included GENERIC without quotes for years and no error! Any special in you kernconf? On Sun, Feb 22, 2009 at 6:00 AM, Garrett Cooper wrote: > 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 >