Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-21 10:05:35 +0400
committerEric Andersen <andersen@codepoet.org>2001-09-21 10:05:35 +0400
commitf8f6e624bb5b0cbe418356e02a8a61b445c5bd66 (patch)
treec0b6d51cd80c7d68808f733118a0efa88a8b2df2 /examples
parent48cc89b7381d255299229402b72c6ccc838515f0 (diff)
Eliminate ldconfig which is no longer built by
default (or needed) with uClibc.
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/bootfloppy/mkrootfs.sh1
1 files changed, 0 insertions, 1 deletions
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.