From 06aadcd976d63f8bf6db086275ce09ef839be4e9 Mon Sep 17 00:00:00 2001 From: andersen Date: Fri, 21 Sep 2001 06:05:35 +0000 Subject: Eliminate ldconfig which is no longer built by default (or needed) with uClibc. git-svn-id: svn://busybox.net/trunk/busybox@3425 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- examples/bootfloppy/mkrootfs.sh | 1 - 1 file changed, 1 deletion(-) (limited to 'examples/bootfloppy') diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh index b59b57af0..e56d10469 100755 --- a/examples/bootfloppy/mkrootfs.sh +++ b/examples/bootfloppy/mkrootfs.sh @@ -93,7 +93,6 @@ ln -s /proc/mounts $TARGET_DIR/etc/mtab # other miscellaneous setup mkdir $TARGET_DIR/initrd mkdir $TARGET_DIR/proc -$UCLIBC_DIR/ld.so-1/util/ldconfig -r $TARGET_DIR # Done. Maybe do cleanup. -- cgit v1.2.3-55-g6feb