Bug #1169 ยป ldconfig.patch
| etc/Makefile 16 Oct 2008 07:24:17 -0000 | ||
|---|---|---|
|
${LN} -s "../dev/video/bktr/ioctl_bt848.h" ${DESTDIR}/usr/include/machine/ioctl_bt848.h
|
||
|
${LN} -s "../dev/video/meteor/ioctl_meteor.h" ${DESTDIR}/usr/include/machine/ioctl_meteor.h
|
||
|
.if exists(${DESTDIR}/usr/lib/gcc2)
|
||
|
ldconfig -m ${DESTDIR}/usr/lib/gcc2
|
||
|
/sbin/ldconfig -m ${DESTDIR}/usr/lib/gcc2
|
||
|
.endif
|
||
|
.for lib in ${COMPAT_LIBS:M*.so.*}
|
||
|
.if exists(${DESTDIR}/usr/lib/${lib})
|
||
| ... | ... | |
|
rm -rf ${DESTDIR}/boot/modules.old/modules.old
|
||
|
.endif
|
||
|
.endif
|
||
|
ldconfig -R
|
||
|
/sbin/ldconfig -R
|
||
|
.if !defined(BINARY_UPGRADE) # binary upgrade just copies these nodes
|
||
|
.if !defined(NOMAN)
|
||
|
cd ${UPGRADE_SRCDIR}/../share/man; ${MAKE} makedb
|
||