aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2001-09-21 06:05:35 +0000
committerEric Andersen <andersen@codepoet.org>2001-09-21 06:05:35 +0000
commitf8f6e624bb5b0cbe418356e02a8a61b445c5bd66 (patch)
treec0b6d51cd80c7d68808f733118a0efa88a8b2df2 /examples
parent48cc89b7381d255299229402b72c6ccc838515f0 (diff)
downloadbusybox-w32-f8f6e624bb5b0cbe418356e02a8a61b445c5bd66.tar.gz
busybox-w32-f8f6e624bb5b0cbe418356e02a8a61b445c5bd66.tar.bz2
busybox-w32-f8f6e624bb5b0cbe418356e02a8a61b445c5bd66.zip
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
93# other miscellaneous setup 93# other miscellaneous setup
94mkdir $TARGET_DIR/initrd 94mkdir $TARGET_DIR/initrd
95mkdir $TARGET_DIR/proc 95mkdir $TARGET_DIR/proc
96$UCLIBC_DIR/ld.so-1/util/ldconfig -r $TARGET_DIR
97 96
98 97
99# Done. Maybe do cleanup. 98# Done. Maybe do cleanup.