Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Jun 2003 07:00:32 -0700 (PDT)
From:      Bruce Evans <bde@zeta.org.au>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: conf/53901: Suggest MFC of include keyword to config(8) grammar in -STABLE
Message-ID:  <200306301400.h5UE0WEK056259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR conf/53901; it has been noted by GNATS.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306301400.h5UE0WEK056259>