aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-23 20:32:09 +0000
committerandersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277>2001-05-23 20:32:09 +0000
commitb80bdec29037155df3cda15949b812b9299fdab6 (patch)
tree68208146cb391cdc03aaaa89c63f4cdecf70255a /TODO
parent85c4e72ec3a999d9ba8641b6f141c43621d9ea2b (diff)
downloadbusybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.gz
busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.tar.bz2
busybox-w32-b80bdec29037155df3cda15949b812b9299fdab6.zip
Patch from larry to fix some grammar errors.
git-svn-id: svn://busybox.net/trunk/busybox@2715 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index 47ffe46de..7237ab736 100644
--- a/TODO
+++ b/TODO
@@ -42,7 +42,7 @@ Run the following:
42 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ 42 rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \
43 sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq 43 sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq
44 44
45reveals the list of all external (i.e. libc) things that BusyBox depends on. 45reveals the list of all external (i.e., libc) things that BusyBox depends on.
46It would be a very nice thing to reduce this list to an absolute minimum, to 46It would be a very nice thing to reduce this list to an absolute minimum, to
47reduce the footprint of busybox, especially when staticly linking with 47reduce the footprint of busybox, especially when staticly linking with
48libraries such as uClibc. 48libraries such as uClibc.