Subject: RE: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org, lukem@netbsd.org>
From: Sebastien Erard <sebastien_erard@hotmail.com>
List: source-changes
Date: 07/31/2004 00:31:22
Hi,

It seems that moving LIBCOMPAT from bsd.prog.mk to bsd.own.mk break the 
kernel build. The kernel compat library is not built any more. The link is 
performed with /usr/lib/libcompat.a and fails.

Regards,

Sebastien

Subject: CVS commit: src/share/mk
To: None <source-changes@NetBSD.org>
From: Luke Mewburn <lukem@netbsd.org>
List: source-changes
Date: 07/30/2004 04:18:49
Module Name:    src
Committed By:   lukem
Date:           Fri Jul 30 04:18:48 UTC 2004

Modified Files:
        src/share/mk: bsd.own.mk bsd.prog.mk

Log Message:
Move the LIB<libname>?= assignments from bsd.prog.mk to bsd.own.mk so
that they may be used by non PROGs (e.g., LIBs).

Improve some comments.


To generate a diff of this commit:
cvs rdiff -r1.421 -r1.422 src/share/mk/bsd.own.mk
cvs rdiff -r1.200 -r1.201 src/share/mk/bsd.prog.mk

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