haiku/build
Augustin Cavalier 03980b1fb0 build: Make LinkAgainst recursive for static libraries.
That is, it will now pull in NEEDLIBS and LINKLIBS set by LinkAgainst
from static libraries also built by Jam. This allows specifying what
libraries other static libraries need only once (in most cases;
occasionally things are not evaluated in a sane order and then
this does not quite work.)

Use this for libnetservices.a, which needs libshared.a, so that
dependencies on it do not have to be declared within most in-tree
consumers of libnetservices (e.g. Package Kit, http_streamer, etc.)
2021-09-08 15:03:06 -04:00
..
config_headers kernel/vm: fix several vm bugs in riscv64 2021-08-23 13:59:49 +00:00
jam build: Make LinkAgainst recursive for static libraries. 2021-09-08 15:03:06 -04:00
scripts build: Use $rmAttrs and $(RM) in more places instead of 'rm' directly. 2021-09-06 15:59:44 -04:00