diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-23 20:32:09 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-23 20:32:09 +0000 |
commit | 77d9268892b0d9624ab95bb551cbfe7a745d2666 (patch) | |
tree | 68208146cb391cdc03aaaa89c63f4cdecf70255a /TODO | |
parent | bdd4eced8475919c9768c5aa1396e674397c63fd (diff) | |
download | busybox-77d9268892b0d9624ab95bb551cbfe7a745d2666.tar.gz |
Patch from larry to fix some grammar errors.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ Run the following: rm -f busybox && make LDFLAGS+=-nostdlib 2>&1 | \ sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq -reveals the list of all external (i.e. libc) things that BusyBox depends on. +reveals the list of all external (i.e., libc) things that BusyBox depends on. It would be a very nice thing to reduce this list to an absolute minimum, to reduce the footprint of busybox, especially when staticly linking with libraries such as uClibc. |