History log of /netbsd/lib/Makefile (Results 101 – 125 of 295)
Revision Date Author Comments
# bd4c8d3d 15-Nov-2012 joerg <joerg@NetBSD.org>

Move the build_install logic from lib/Makefile into share/mk and re-use
it for tools. The existing logic broke for the LLVM build with the
recent .ORDER changes in make.


# e7a1967a 11-Nov-2012 alnsn <alnsn@NetBSD.org>

Add libbpfjit library.


# a9ed3bd0 05-Nov-2012 alnsn <alnsn@NetBSD.org>

Build sljit test when MKSLJIT != no and set MKSLJIT to yes on amd64 and i386.


# efb33139 04-Nov-2012 christos <christos@NetBSD.org>

put a wait barrier between trousers and tpm-tools


# 77c37642 04-Nov-2012 christos <christos@NetBSD.org>

fix typo


# 00238ff2 04-Nov-2012 christos <christos@NetBSD.org>

hook in TPM


# 48a1ec7d 16-Sep-2012 rmind <rmind@NetBSD.org>

Implement dynamic NPF extensions interface. An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module. Move normalisation and logging functionality into t

Implement dynamic NPF extensions interface. An extension consists of
dynamically loaded module (.so) supplementing npfctl(8) and a kernel
module. Move normalisation and logging functionality into their own
extensions. More improvements to come.

show more ...


# 9d7b2703 17-Aug-2012 joerg <joerg@NetBSD.org>

Implement build_install in src/lib/Makefile, which traverses the
subdirectories and invokes dependall/install. Do this in groups
delimited by .WAIT to ensure that depending libraries can use the
inst

Implement build_install in src/lib/Makefile, which traverses the
subdirectories and invokes dependall/install. Do this in groups
delimited by .WAIT to ensure that depending libraries can use the
installed versions and don't need to know the locations in the source
tree.

Use this new target in src/Makefile to replace most of the adhoc library
logic with two special cases, src/lib and src/compat. Adjust
sys/Makefile to include the module directory when building them. Add
some necessary .WAITs in src/lib/Makefile to reflect the dependencies
from src/Makefile and also add the rump libraries here.

show more ...


# d91b0324 08-Aug-2012 christos <christos@NetBSD.org>

exclude rump libraries if MKRUMP = no


# 5d9b6d7b 12-Jul-2012 christos <christos@NetBSD.org>

don't mention the indirect libm dependency.


# 36ca602a 12-Jul-2012 christos <christos@NetBSD.org>

move atf down to fix the build


# 342780c4 27-May-2012 matt <matt@NetBSD.org>

Place SUBDIR+= libexecinfo properly based on its dependency on libelf.


# 236f39c1 26-May-2012 christos <christos@NetBSD.org>

hook in libexecinfo


# 28055442 29-Feb-2012 tron <tron@NetBSD.org>

Move "libexpat" from X11 into base which fixes PR lib/40346.
This change was approved by the Core Group.


# 18810962 07-Feb-2012 joerg <joerg@NetBSD.org>

Import the new apropos/whatis.

This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite

Import the new apropos/whatis.

This code has been developed by Abhinav Upadhyay as part of Google's Summer
of Code 2011. It uses libmandoc to parse man pages and builds a Full
Text Index in a SQLite database. The combination of indexing the full
manual page, filtering out stop words and ranking individual matches
based on the section gives a much improved user experience.

The old makewhatis and friends are kept under MKMAKEMANDB=no for now.

show more ...


# 94f29ec6 05-Nov-2011 christos <christos@NetBSD.org>

hook in tre


# 52fe0109 13-Oct-2011 joerg <joerg@NetBSD.org>

Hook up SQLite into the build


# b47600f9 07-Oct-2011 mbalmer <mbalmer@NetBSD.org>

Descent into lua.


# f601cb93 23-Sep-2011 mrg <mrg@NetBSD.org>

add libgomp to this list of libs; so compat finds it properly.


# c4765274 26-Aug-2011 dyoung <dyoung@NetBSD.org>

Build and install ppath(3), property-list paths library.


# 947afa9c 20-Aug-2011 plunky <plunky@NetBSD.org>

sort, and move some things up the list after heimdal was moved
to its own directory. removes one dependency barrier.


# 517b58cf 20-Aug-2011 plunky <plunky@NetBSD.org>

only build libgmp, libmpfr and libmpc when (MKGCC != no) and
they can be together since only the .a is built, with no
other dependencies


# 62247bd6 21-Jul-2011 mrg <mrg@NetBSD.org>

build GMP, MPFR and MPC as private libraries just for GCC. don't
install the headers or librarys into the system.

someone who really cares could make them shlibs again and have them
installed into

build GMP, MPFR and MPC as private libraries just for GCC. don't
install the headers or librarys into the system.

someone who really cares could make them shlibs again and have them
installed into eg, /usr/lib/gcc. not convinced it is worth it.

show more ...


# 9f915455 07-Jul-2011 matt <matt@NetBSD.org>

Distribute libmpfr and libmpc across the dependency barriers so that
additional .WAITs are not needed.


# ecf533c3 07-Jul-2011 mrg <mrg@NetBSD.org>

add .WAIT's between libgmp and libmpfr, and between libmpfr and libmpc.


12345678910>>...12