aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorerik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-05-01 19:50:37 +0000
committererik <erik@69ca8d6d-28ef-0310-b511-8ec308f3f277>2000-05-01 19:50:37 +0000
commit26bff9d2b8c2762185dd8d1ddec9aeccb020ac10 (patch)
tree15a65eda99e834b40df4fe61c4c68ab0fd0dab72 /TODO
parent457b050e662640be5eb488b630e12bf11f6a0fb4 (diff)
downloadbusybox-w32-26bff9d2b8c2762185dd8d1ddec9aeccb020ac10.tar.gz
busybox-w32-26bff9d2b8c2762185dd8d1ddec9aeccb020ac10.tar.bz2
busybox-w32-26bff9d2b8c2762185dd8d1ddec9aeccb020ac10.zip
Minor doc change
git-svn-id: svn://busybox.net/trunk/busybox@511 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO3
1 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index fade2e249..15e9b30ad 100644
--- a/TODO
+++ b/TODO
@@ -37,7 +37,8 @@ and usage information. Some folks don't need or want it...
37 37
38Running the following: 38Running the following:
39 39
40 make LDFLAGS+=-nostdlib 2>&1 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq 40 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
41 sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq
41 42
42reveals the list of all external (i.e. libc) things that BusyBox depends on. 43reveals the list of all external (i.e. libc) things that BusyBox depends on.
43It would be a very nice thing to reduce this list to an absolute minimum, and 44It would be a very nice thing to reduce this list to an absolute minimum, and