Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 08/03/2003 09:23:18
Module Name:	src
Committed By:	lukem
Date:		Sun Aug  3 09:23:17 UTC 2003

Modified Files:
	src/gnu/lib/libstdc++/config: Makefile
	src/lib/libdes: Makefile
	src/lib/libedit/readline: Makefile
	src/share/mk: bsd.README bsd.inc.mk bsd.kinc.mk
	src/sys/arch: Makefile
	src/sys/sys: Makefile

Log Message:
Add INCSYMLINKS to <bsd.inc.mk> and <bsd.kinc.mk>, and use that instead of
SYMLINKS to install symlinked header files.  INCSYMLINKS are installed with
'make includes'.  This avoids using SYMLINKS and hacks with the 'linkinstall'
target in <bsd.links.mk>, as linksinstall occurs in 'make install' and hacks
to get it to occur in 'make includes' weren't robust, as seen in lib/libdes.

Yet more improvements to bsd.README.


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/gnu/lib/libstdc++/config/Makefile
cvs rdiff -r1.13 -r1.14 src/lib/libdes/Makefile
cvs rdiff -r1.6 -r1.7 src/lib/libedit/readline/Makefile
cvs rdiff -r1.133 -r1.134 src/share/mk/bsd.README
cvs rdiff -r1.24 -r1.25 src/share/mk/bsd.inc.mk
cvs rdiff -r1.28 -r1.29 src/share/mk/bsd.kinc.mk
cvs rdiff -r1.23 -r1.24 src/sys/arch/Makefile
cvs rdiff -r1.57 -r1.58 src/sys/sys/Makefile

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