Commit graph

3 commits

Author SHA1 Message Date
Greg Lehey
c3c1895ccc Split out build targets into all (only libraries) and tests (only
tests).  The original Makefile built only the tests.

This solves a problem with (only slightly) older versions of FreeBSD
which don't have libpthreads.  This is required for the tests, and
since there are other issues, it doesn't seem to be worthwhile trying
to fix them.  If you want to build the tests on a release older than
5.3, you'll have to play around a bit.
2004-12-14 02:56:40 +00:00
Greg Lehey
b72b485a0c Clarify that the package won't build on older versions. 2004-12-14 02:31:58 +00:00
Greg Lehey
52619f7b5b New port: ptmalloc is an older version of the GNU libc malloc. It has
a BSD compatible license and outperforms FreeBSD's malloc by an order
of magnitude with some pathological files (notably pthreads and
realloc abuse).
2004-12-14 02:18:24 +00:00