Home | History | Annotate | Download | only in lib
History log of /src/lib/Makefile.inc
RevisionDateAuthorComments
 1.7  21-Mar-2012  matt Libraries default to be built with WARNS=5
 1.6  08-Oct-2006  peter branches: 1.6.40;
WFORMAT is no more...
 1.5  04-Aug-2004  lukem Convert from the src/lib -specific DEPLIBS to using LIBDPLIBS from <bsd.lib.mk>
 1.4  30-Jul-2004  lukem Implement DEPLIBS (in Makefile.inc for now), which adds all the listed
libraries to LDADD & DPADD for the current library, using -L OBJDIR-of-DEPLIB
so that the current library can link with the DEPLIB library built but
not installed.

Set DEPLIBS appropriately, rather than explictly adding LDADD/DPADD
for various libraries.

Reorder library build order so that libraries that depend upon any
other library are built at the end.


Whilst this change could be done in a more generic manner (and I
intend to work on that), it does remove the need to implement
top-level build targets such as "do-lib-des" (etc).
 1.3  05-Nov-2001  lukem enable WARNS=2
 1.2  10-Oct-2000  is Format string cleanup by sommerfeld.
 1.1  09-Oct-1997  lukem branches: 1.1.4; 1.1.12;
- define WARNS?=1 in the top-level Makefile.inc, and don't define
anywhere else.
- for now, override WARNS=0 in librpcsvc and libwrap, until they're
cleaned up
- rcsid police

lib is now clean (except for librpcsvc and libwrap) on the i386, and
this should motivate the other ports to fix any other minor problems
that their compilers pick up that the i386 version doesn't.
 1.1.12.1  17-Oct-2000  tv Pullup lib string format fixes [is].
See "cvs log" for explicit revision numbers per file, from sommerfeld.
 1.1.4.1  10-Oct-2000  he Pull up revision 1.2 (requested by is):
Format string cleanup.
 1.6.40.1  17-Apr-2012  yamt sync with head

RSS XML Feed