From bms@spc.org  Sun Jun 29 10:47:49 2003
Return-Path: <bms@spc.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 0F46D37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2003 10:47:49 -0700 (PDT)
Received: from bigboy.spc.org (bigboy.spc.org [195.206.69.225])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2D2D644020
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2003 10:47:48 -0700 (PDT)
	(envelope-from bms@spc.org)
Received: from saboteur.dek.spc.org (unknown [81.3.72.68])
	by bigboy.spc.org (Postfix) with ESMTP id 382C63112
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 29 Jun 2003 18:52:57 +0100 (BST)
Received: by saboteur.dek.spc.org (Postfix, from userid 1001)
	id 5ED4D33F; Sun, 29 Jun 2003 18:47:45 +0100 (BST)
Message-Id: <20030629174745.5ED4D33F@saboteur.dek.spc.org>
Date: Sun, 29 Jun 2003 18:47:45 +0100 (BST)
From: Bruce M Simpson <bms@spc.org>
Reply-To: Bruce M Simpson <bms@spc.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: Suggest MFC of include keyword to config(8) grammar in -STABLE
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         53901
>Category:       conf
>Synopsis:       Suggest MFC of include keyword to config(8) grammar in -STABLE
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    dd
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jun 29 10:50:21 PDT 2003
>Closed-Date:    Tue Jun 14 10:19:31 UTC 2005
>Last-Modified:  Tue Jun 14 10:19:31 UTC 2005
>Originator:     Bruce M Simpson
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD saboteur.dek.spc.org 5.1-RELEASE FreeBSD 5.1-RELEASE #3: Mon Jun 23 06:55:01 BST 2003 root@saboteur.dek.spc.org:/usr/src/sys/i386/compile/SABOTEUR i386


	
>Description:
	It would be extremely useful to lots of people who maintain multiple
	kernel configurations to have the 'include' keyword MFC'd.
>How-To-Repeat:
	
>Fix:

	


>Release-Note:
>Audit-Trail:

From: Bruce Evans <bde@zeta.org.au>
To: Bruce M Simpson <bms@spc.org>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/53901: Suggest MFC of include keyword to config(8) grammar
 in -STABLE
Date: Mon, 30 Jun 2003 23:58:51 +1000 (EST)

 On Sun, 29 Jun 2003, Bruce M Simpson wrote:
 
 > >Description:
 > 	It would be extremely useful to lots of people who maintain multiple
 > 	kernel configurations to have the 'include' keyword MFC'd.
 
 'include' should be fixed before it is merged.  It usually causes a syntax
 error.  E.g.:
 
 %%%
 Script started on Tue Feb 25 14:16:01 2003
 ttyp0:bde@besplex:/usr/src/sys/i386/conf> cat FOOBAR
 include FOO
 ttyp0:bde@besplex:/usr/src/sys/i386/conf> cat FOO
 machine		i386
 cpu		I486_CPU
 ident		FOO
 ttyp0:bde@besplex:/usr/src/sys/i386/conf> config FOOBAR
 config: FOO:1: syntax error
 ttyp0:bde@besplex:/usr/src/sys/i386/conf> config FOO
 Kernel build directory is ../compile/FOO
 Don't forget to do a ``make depend''
 ttyp0:bde@besplex:/usr/src/sys/i386/conf> exit
 
 Script done on Tue Feb 25 14:16:23 2003
 %%%
 
 Bruce

From: Bruce M Simpson <bms@spc.org>
To: Bruce Evans <bde@zeta.org.au>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: conf/53901: Suggest MFC of include keyword to config(8) grammar in -STABLE
Date: Mon, 30 Jun 2003 15:02:07 +0100

 On Mon, Jun 30, 2003 at 11:58:51PM +1000, Bruce Evans wrote:
 > On Sun, 29 Jun 2003, Bruce M Simpson wrote:
 > 
 > > >Description:
 > > 	It would be extremely useful to lots of people who maintain multiple
 > > 	kernel configurations to have the 'include' keyword MFC'd.
 > 
 > 'include' should be fixed before it is merged.  It usually causes a syntax
 > error.  E.g.:
 
 Strange. I'll try to reproduce this. All my files which use 'include' have
 comments at the top, and appear to work fine.
 
 BMS
Responsible-Changed-From-To: freebsd-bugs->dd 
Responsible-Changed-By: kris 
Responsible-Changed-When: Sat Jul 12 16:59:16 PDT 2003 
Responsible-Changed-Why:  
dd added the include directive in -current 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53901 
State-Changed-From-To: open->closed 
State-Changed-By: dd 
State-Changed-When: Tue Jun 14 10:19:04 UTC 2005 
State-Changed-Why:  
Sorry, I dropped the ball on this. It is way too late at this point to 
MFC this to 4.x. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=53901 
>Unformatted:
