projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b7d964
)
Minor doc change
author
Erik Andersen
<andersen@codepoet.org>
Mon, 1 May 2000 19:50:37 +0000
(19:50 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Mon, 1 May 2000 19:50:37 +0000
(19:50 -0000)
TODO
patch
|
blob
|
history
diff --git
a/TODO
b/TODO
index fade2e2494416269afcaab8fe793c9e67f29fc1f..15e9b30ada526ac8df281f345f2f9443d5dea9f8 100644
(file)
--- a/
TODO
+++ b/
TODO
@@
-37,7
+37,8
@@
and usage information. Some folks don't need or want it...
Running the following:
- make LDFLAGS+=-nostdlib 2>&1 | sed -ne 's/.*undefined reference to `\(.*\)..*/\1/gp' | sort | uniq
+ 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.
It would be a very nice thing to reduce this list to an absolute minimum, and