Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Feb 2003 13:56:14 +1100 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        "David O'Brien" <obrien@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, <cvs-src@FreeBSD.org>, <cvs-all@FreeBSD.org>
Subject:   Re: cvs commit: src/sys/conf makeLINT.sed
Message-ID:  <20030225135050.M8899-100000@gamplex.bde.org>
In-Reply-To: <20030224164337.GC47253@dragon.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 24 Feb 2003, David O'Brien wrote:

> On Mon, Feb 24, 2003 at 12:55:04PM +1100, Bruce Evans wrote:
> > BTW, I've noticed the following defects in `include':
> > - doesn't work if nested.
>
> Hum... I have my own i386 kernel config that includes SMP, which in turn
> includes GENERIC.  Is this the type of nested includes you're referring
> to?

It was, but this seems to have been pilot error (I got a syntax error,
which was probably from not changing myKERNEL.core in the include
statement).

The problem with include not understanding POSIX filenames is also a
non-problem.  It is easy to work around by quoting the filename:

	# Works:
	include "FOO.core"
	# Syntax error:
	include FOO.core

Bruce


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-src" in the body of the message




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