NetBSD/lib/i18n_module
thorpej 09a0767aa9 Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and
-dynamic-linker=/libexec/ld.elf_so) if the BINDIR of the program being
built is /bin or /sbin.

The reason we do this is because now all programs *except* those in
/bin and /sbin (i.e. the "special cases") match the default the compiler
uses, which is what is used for things in e.g. xsrc, pkgsrc, and other
random 3rd party programs.

This is done by decoupling where a shlib is installed from how it
is located.  Two new variables, SHLIBINSTALLDIR and SHLINKINSTALLDIR,
contain the former information, and key off MKDYNAMICROOT only.  SHLIBDIR
and SHLINKDIR contain the latter, and key off MKDYNAMICROOT and BINDIR.

The SHLIBINSTALLDIR, SHLIBDIR, _LIBSODIR, SHLINKINSTALLDIR, and
SHLINKDIR parameters are moved to a new <bsd.shlib.mk>; see bsd.README
for usage details.
2002-09-27 21:37:50 +00:00
..
BIG5 refine i18n stuffs. 2002-03-17 22:14:05 +00:00
EUC refine i18n stuffs. 2002-03-17 22:14:05 +00:00
EUCTW refine i18n stuffs. 2002-03-17 22:14:05 +00:00
ISO2022 refine i18n stuffs. 2002-03-17 22:14:05 +00:00
MSKanji refine i18n stuffs. 2002-03-17 22:14:05 +00:00
UTF8 refine i18n stuffs. 2002-03-17 22:14:05 +00:00
Makefile refine i18n stuffs. 2002-03-17 22:14:05 +00:00
Makefile.inc Only use the MKDYNAMICROOT semantics (i.e. -rpath=/lib,/usr/lib and 2002-09-27 21:37:50 +00:00
shlib_version refine i18n stuffs. 2002-03-17 22:14:05 +00:00