diff options
author | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-27 21:30:34 +0000 |
---|---|---|
committer | landley <landley@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-05-27 21:30:34 +0000 |
commit | d40b24b9afb1d7223d8042e72d27e5b9a5271177 (patch) | |
tree | 199ed745d9d777e3fc7c7b2907b716465be4a3c0 /docs | |
parent | fcbdaf94a29ac1c98b53a7ae92ec636401a806aa (diff) | |
download | busybox-w32-d40b24b9afb1d7223d8042e72d27e5b9a5271177.tar.gz busybox-w32-d40b24b9afb1d7223d8042e72d27e5b9a5271177.tar.bz2 busybox-w32-d40b24b9afb1d7223d8042e72d27e5b9a5271177.zip |
Update FAQ to mention make baseline when talking about make bloatcheck.
git-svn-id: svn://busybox.net/trunk/busybox@15202 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.net/FAQ.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/busybox.net/FAQ.html b/docs/busybox.net/FAQ.html index 6bc144df6..97a577d52 100644 --- a/docs/busybox.net/FAQ.html +++ b/docs/busybox.net/FAQ.html | |||
@@ -528,9 +528,11 @@ command line argument parsing (getopt_ulflags.c), and a whole lot more.</p> | |||
528 | <p> The <b>"make bloatcheck"</b> option uses Matt Mackall's bloat-o-meter | 528 | <p> The <b>"make bloatcheck"</b> option uses Matt Mackall's bloat-o-meter |
529 | script to compare two versions of busybox (busybox_unstripped vs | 529 | script to compare two versions of busybox (busybox_unstripped vs |
530 | busybox_old), and report which symbols changed size and by how much. | 530 | busybox_old), and report which symbols changed size and by how much. |
531 | To use it, first build a base version, rename busybox_unstripped to | 531 | To use it, first build a base version with <b>"make baseline"</b>. |
532 | busybox_old, and then build a new version with your changes and run | 532 | (This creates busybox_old, which should have the original sizes for |
533 | "make bloatcheck" to see the size differences from the old version. | 533 | comparison purposes.) Then build the new version with your changes |
534 | and run "make bloatcheck" to see the size differences from the old | ||
535 | version. | ||
534 | </p> | 536 | </p> |
535 | <p> | 537 | <p> |
536 | The first line of output has totals: how many symbols were added or | 538 | The first line of output has totals: how many symbols were added or |