diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-05-01 19:50:37 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-05-01 19:50:37 +0000 |
commit | 12d1b378bedf682c77755290fb73f0b0d940579a (patch) | |
tree | 15a65eda99e834b40df4fe61c4c68ab0fd0dab72 | |
parent | 9b7d96458175a852f71700922ca2950577b95f27 (diff) | |
download | busybox-w32-12d1b378bedf682c77755290fb73f0b0d940579a.tar.gz busybox-w32-12d1b378bedf682c77755290fb73f0b0d940579a.tar.bz2 busybox-w32-12d1b378bedf682c77755290fb73f0b0d940579a.zip |
Minor doc change
-rw-r--r-- | TODO | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -37,7 +37,8 @@ and usage information. Some folks don't need or want it... | |||
37 | 37 | ||
38 | Running the following: | 38 | Running 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 | ||
42 | reveals the list of all external (i.e. libc) things that BusyBox depends on. | 43 | reveals the list of all external (i.e. libc) things that BusyBox depends on. |
43 | It would be a very nice thing to reduce this list to an absolute minimum, and | 44 | It would be a very nice thing to reduce this list to an absolute minimum, and |