Subject: Re: CVS commit: sharesrc
To: None <matt@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: source-changes
Date: 05/03/2000 14:37:22
Matt Thomas <matt@netbsd.org> writes:

> rework slightly so that when MKLINKLIB=no only the shared objects
> are built.  (building normal objects when they are never used really
> sucks on slow build machines).

This change breaks makefiles that change OBJS directly. Specific cases
are libposix and libc (libposix/sys/Makefile.inc adds objects to OBJS,
but they don't propagate to POBJS etc.)

/Johan