git: LIBPRIV: Introduce PRIVATELIB knob (just like INTERNALLIB).
Rimvydas Jasinskas
zrj at crater.dragonflybsd.org
Thu Nov 10 05:55:13 PST 2016
commit 6d1a01fe7a5f23f17441518d8491cff605126b9e
Author: zrj <rimvydas.jasinskas at gmail.com>
Date: Wed Nov 9 17:36:05 2016 +0200
LIBPRIV: Introduce PRIVATELIB knob (just like INTERNALLIB).
Collect common private libraries path handling bits into share/mk/bsd.lib.mk.
It is cleaner this way, prevents issues like manual paths and/or ignoring stale
.depend for /usr/obj/usr/src/world_x86_64/usr/lib/priv/priv/libprivate_ncurses.a
Summary of changes:
lib/libedit/libedit/Makefile | 5 ++---
lib/libldns/Makefile | 5 ++---
lib/libncurses/libncurses/Makefile | 5 ++---
lib/libncurses/libpanel/Makefile | 5 ++---
lib/librecrypto/Makefile | 6 +++---
lib/libressl/Makefile | 9 ++++-----
lib/libssh/Makefile | 6 ++----
share/mk/bsd.lib.mk | 7 +++++++
8 files changed, 24 insertions(+), 24 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/6d1a01fe7a5f23f17441518d8491cff605126b9e
--
DragonFly BSD source repository
More information about the Commits
mailing list