NetBSD/usr.sbin/config
ross 6a36d10f0d Revise handling of pathnames and quoted strings. Previously, some
filenames had to be unquoted and also had to contain a / or .,
while others had to have no / and no . or be quoted, whereas
arbitrary machine symbols could always be optionally quoted,
which was kind of backwards.

Now, all filesnames use the same rules: quoted, or with a / or .
Arbitrary words can no longer be quoted unless the grammar specifically
allows it, which it now does for filenames, locator values, locator
defaults, compile-with, ident, makeoptions, and options.

Also, locator name symbols can be quoted, so mac68k's "no drq" locator
still works. ("no drq" doesn't appear in any machine description so I
presume it's just for the dmesg. )
2002-06-22 02:09:12 +00:00
..
Makefile
Makefile.boot
config.8
defs.h
files.c
gram.y Revise handling of pathnames and quoted strings. Previously, some 2002-06-22 02:09:12 +00:00
hash.c
main.c
mkheaders.c
mkioconf.c
mkmakefile.c
mkswap.c
pack.c
scan.l
sem.c
sem.h
strerror.c
util.c