Subject: Re: CVS commit: basesrc/lib/libcom_err/compile_et
To: Jason R Thorpe <thorpej@wasabisystems.com>
From: Bernd Ernesti <netbsd@arresum.inka.de>
List: source-changes
Date: 02/02/2002 05:51:24
On Fri, Feb 01, 2002 at 02:16:21PM -0800, Jason R Thorpe wrote:
> Why does compile_et require namespace.h?!!?
Due too this commit from Todd:
Module Name: basesrc
Committed By: tv
Date: Thu Jan 31 22:44:07 UTC 2002
Modified Files:
[..]
basesrc/lib/libc/string: strlcat.c strlcpy.c strmode.c strsep.c
[..]
Log Message:
Roll in fixes to permit cross-compiling from non-NetBSD hosts. This
round has been tested on Solaris/x86 and Linux hosts.
* Add host tools cap_mkdb, ctags, m4, uudecode.
* Protect __RCSID() and __COPYRIGHT() better.
* Reduce the number of places that need to include "config.h", to keep
sources closer to their "vanilla" versions.
* Add more compat #defines and autoconf-checked functions.
[..]
cvs rdiff -r1.10 -r1.11 basesrc/lib/libc/string/strlcat.c
cvs rdiff -r1.8 -r1.9 basesrc/lib/libc/string/strlcpy.c
> On Sat, Feb 02, 2002 at 12:12:38AM +0200, Bernd Ernesti wrote:
>
> >
> > Module Name: basesrc
> > Committed By: veego
> > Date: Fri Feb 1 22:12:37 UTC 2002
> >
> > Modified Files:
> > basesrc/lib/libcom_err/compile_et: Makefile
> >
> > Log Message:
> > Include ${.CURDIR}/../../libc/include to get namespace.h.
> > This fix a broken build after the recent non NetBSD fixes which broke it
> > for NetBSD.
Bernd