Annotation For ldconfig.init
Logged in as anonymous

Origin for each line in ldconfig.init from check-in 8f80b79392:

5062c9b6fc 2019-10-19        arcade: # vim:ft=make:
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: LDCONFIG_PATHS?=/lib /usr/lib /usr/local/lib /usr/pkg/lib
5062c9b6fc 2019-10-19        arcade: LDCONFIG_LOCAL_DIRS?=/usr/local/libdata/ldconfig
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: .for ldc in ${LDCONFIG_PATHS} /etc/ld-elf.so.conf
5062c9b6fc 2019-10-19        arcade: .if exists(${ldc})
5062c9b6fc 2019-10-19        arcade: ldc+=${ldc}
5062c9b6fc 2019-10-19        arcade: .endif
5062c9b6fc 2019-10-19        arcade: .endfor
5062c9b6fc 2019-10-19        arcade: 
8f80b79392 2019-10-20        arcade: .for dir in ${LDCONFIG_LOCAL_DIRS}
5062c9b6fc 2019-10-19        arcade: .if exists(${dir})
5062c9b6fc 2019-10-19        arcade: ldc+=${:!find ${dir} -type f!}
5062c9b6fc 2019-10-19        arcade: .endif
5062c9b6fc 2019-10-19        arcade: .endfor
5062c9b6fc 2019-10-19        arcade: 
5062c9b6fc 2019-10-19        arcade: ldconfig: mountlate
5062c9b6fc 2019-10-19        arcade: 	: Initializing ldconfig.
5062c9b6fc 2019-10-19        arcade: 	ldconfig -elf ${ldc}