From f8f6e624bb5b0cbe418356e02a8a61b445c5bd66 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Fri, 21 Sep 2001 06:05:35 +0000 Subject: [PATCH] Eliminate ldconfig which is no longer built by default (or needed) with uClibc. --- examples/bootfloppy/mkrootfs.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/bootfloppy/mkrootfs.sh b/examples/bootfloppy/mkrootfs.sh index b59b57a..e56d104 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. -- 2.7.4