Eliminate ldconfig which is no longer built by
authorEric Andersen <andersen@codepoet.org>
Fri, 21 Sep 2001 06:05:35 +0000 (06:05 -0000)
committerEric Andersen <andersen@codepoet.org>
Fri, 21 Sep 2001 06:05:35 +0000 (06:05 -0000)
default (or needed) with uClibc.

examples/bootfloppy/mkrootfs.sh

index b59b57a..e56d104 100755 (executable)
@@ -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.