summaryrefslogtreecommitdiffstats
path: root/release/Makefile
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-01-12 08:37:32 +0000
committernyan <nyan@FreeBSD.org>2004-01-12 08:37:32 +0000
commit20e731302f5e94c769a9e771cc03119cdda8481f (patch)
treec182acd484c9fcb1567ea28abaf4479de153135f /release/Makefile
parent9e2ab10b7550b5853b2c98c5aca498814901a7f4 (diff)
downloadFreeBSD-src-20e731302f5e94c769a9e771cc03119cdda8481f.zip
FreeBSD-src-20e731302f5e94c769a9e771cc03119cdda8481f.tar.gz
Use /etc/rc.d/ldconfig script rather than the ldconfig command directly.
Submitted by: matusita
Diffstat (limited to 'release/Makefile')
-rw-r--r--release/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/Makefile b/release/Makefile
index 77f3291..d0eb082 100644
--- a/release/Makefile
+++ b/release/Makefile
@@ -450,7 +450,7 @@ release rerelease:
# NB: these may fail if the host is running w/o devfs
echo "umount /dev >/dev/null 2>&1 || true" >> ${_MK}
echo "mount -t devfs devfs /dev >/dev/null 2>&1 || true" >> ${_MK}
- echo "ldconfig /lib /usr/lib /usr/local/lib" >> ${_MK}
+ echo "/etc/rc.d/ldconfig start" >> ${_MK}
echo "if [ ! -f /tmp/.world_done ]; then" >> ${_MK}
echo " cd /usr/src" >> ${_MK}
echo " ${CROSSMAKE} ${WORLD_FLAGS} -DNOCLEAN buildworld && \\" >> ${_MK}
OpenPOWER on IntegriCloud