mirror of
https://github.com/sheumann/hush.git
synced 2024-12-22 14:30:31 +00:00
Minor doc change
This commit is contained in:
parent
9b7d964581
commit
12d1b378be
3
TODO
3
TODO
@ -37,7 +37,8 @@ and usage information. Some folks don't need or want it...
|
|||||||
|
|
||||||
Running the following:
|
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.
|
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
|
It would be a very nice thing to reduce this list to an absolute minimum, and
|
||||||
|
Loading…
Reference in New Issue
Block a user