Artifact 82b48d4f36aca1e68b96e10aa52dd4278184a71185087bb9b627a7c3c312e88b:
- File ldconfig.init.mk — part of check-in [7a1e7f4a58] at 2019-10-21 16:17:43 on branch trunk — rename, make silent, add correct logging, collapse command (user: arcade, size: 408) [annotate] [blame] [check-ins using]
LDCONFIG_PATHS?=/lib /usr/lib /usr/local/lib /usr/pkg/lib LDCONFIG_LOCAL_DIRS?=/usr/local/libdata/ldconfig .for path in ${LDCONFIG_PATHS} /etc/ld-elf.so.conf .if exists(${path}) ldc+=${path} .endif .endfor .for dir in ${LDCONFIG_LOCAL_DIRS} .if exists(${dir}) ldc+=${:!find ${dir} -type f!} .endif .endfor ldconfig: mountlate echo "MRC:$@> Initializing shared libraries: ${ldc}"; \ ldconfig -elf ${ldc}