Subject: CVS commit: pkgsrc/bootstrap/bmake/mk
To: None <pkgsrc-changes@NetBSD.org>
From: Jeremy C. Reed <reed@netbsd.org>
List: pkgsrc-changes
Date: 11/18/2005 06:31:22
Module Name: pkgsrc
Committed By: reed
Date: Fri Nov 18 06:31:22 UTC 2005
Modified Files:
pkgsrc/bootstrap/bmake/mk: bsd.prog.mk
Log Message:
Do not define LIBC and other LIB* settings. This should fix
problem with building on systems that don't have the
/usr/lib/libc.a (LIBC).
This is the log entry from mk-files 20051104:
* prog.mk: remove all the LIBC?= junk, use
.-include libnames.mk instead (none by default).
Note this is not an exact copy of the mk-files 20051104 prog.mk.
(Todo: compare and test all the mk files with sjg's version.)
To generate a diff of this commit:
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/bootstrap/bmake/mk/bsd.prog.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.