From 26bff9d2b8c2762185dd8d1ddec9aeccb020ac10 Mon Sep 17 00:00:00 2001 From: erik Date: Mon, 1 May 2000 19:50:37 +0000 Subject: Minor doc change git-svn-id: svn://busybox.net/trunk/busybox@511 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- TODO | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index fade2e249..15e9b30ad 100644 --- 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 -- cgit v1.2.3-55-g6feb