Subject: CVS commit: src/usr.bin/config
To: None <source-changes@NetBSD.org>
From: Eric Haszlakiewicz <erh@netbsd.org>
List: source-changes
Date: 11/07/2005 03:26:20
Module Name:	src
Committed By:	erh
Date:		Mon Nov  7 03:26:20 UTC 2005

Modified Files:
	src/usr.bin/config: defs.h files.c mkmakefile.c sem.c

Log Message:
Remove special hack for swapnetbsd.c when generating the makefile.
 Instead, just add it to the list of files.
Make "prefix foo" lines actually work right when foo is an absolute path,
 and make sure the length calculations correspond to the output.
Provide a way to specify a file that will always be included, and a way
 to omit the prologue ("$S/") on that file.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/usr.bin/config/defs.h
cvs rdiff -r1.1 -r1.2 src/usr.bin/config/files.c \
    src/usr.bin/config/mkmakefile.c
cvs rdiff -r1.14 -r1.15 src/usr.bin/config/sem.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.