Age | Commit message (Collapse) | Author |
|
Use them in DPADD throughout the tree.
Fix a few mispells (LIBMATH -> LIBM...)
Wipe obsolete lib (LIBRESOLV)
Sort added missing libraries, move obsolete stuff apart.
Synch documentation in bsd.README
ok deraadt@
|
|
|
|
with shared libraries. This will allow libiberty.so to be created by
default. -moj
|
|
Enable by setting DEBUGLIBS=yes in /etc/mk.conf, then -g libraries will get
installed in /usr/lib/debug. This directory will be searched first if
gcc is given the -g flag during the link stage.
|
|
(No need to wait for a rebuild, as the bug only manifests itself as
a warning anyway).
|
|
|
|
VAR!=cat file
make warns if file exists, but is empty
(couldn't read shell output, or such bullshit)
Weird, as everything actually went right.
As I don't want to change that behavior so close to release, and since
the needed-list may again be needed in the future, the line
VAR!=cat file && echo
is used instead. make will happily get a new line to eat, that it will
strip right away => no more warning.
Go figure.
|
|
The old version won't work with empty lists, and the new one will,
as libiberty only holds .c files.
|
|
|
|
I had left some duplicate code in ???
retrieve HEADERS directly from Makefile.in, this avoids synch problems.
|
|
|