diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-09-21 06:05:35 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-09-21 06:05:35 +0000 |
commit | 06aadcd976d63f8bf6db086275ce09ef839be4e9 (patch) | |
tree | c0b6d51cd80c7d68808f733118a0efa88a8b2df2 | |
parent | 82f4309a973f0f2a40bf5d66971b8223782881b9 (diff) | |
download | busybox-w32-06aadcd976d63f8bf6db086275ce09ef839be4e9.tar.gz busybox-w32-06aadcd976d63f8bf6db086275ce09ef839be4e9.tar.bz2 busybox-w32-06aadcd976d63f8bf6db086275ce09ef839be4e9.zip |
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
-rwxr-xr-x | examples/bootfloppy/mkrootfs.sh | 1 |
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 |
94 | mkdir $TARGET_DIR/initrd | 94 | mkdir $TARGET_DIR/initrd |
95 | mkdir $TARGET_DIR/proc | 95 | mkdir $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. |