small doc update
authorDenys Vlasenko <vda.linux@googlemail.com>
Thu, 14 Jan 2010 12:27:34 +0000 (13:27 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Thu, 14 Jan 2010 12:27:34 +0000 (13:27 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
INSTALL
include/usage.h

diff --git a/INSTALL b/INSTALL
index 2d645cd..ec2b028 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -117,7 +117,7 @@ somewhere else.
 
 To build out of tree, cd to an empty directory and configure busybox from there:
 
-  make -f /path/to/source/Makefile defconfig
+  make KBUILD_SRC=/path/to/source -f /path/to/source/Makefile defconfig
   make
   make install
 
index 7a5cbcc..77bc3b1 100644 (file)
        )
 
 /* "test --help" does not print help (POSIX compat), only "[ --help" does.
- * We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION") */
+ * We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION")
+ * Unfortunately, it screws up generated BusyBox.html. TODO. */
 #define test_trivial_usage \
        "EXPRESSION ]"
 #define test_full_usage "\n\n" \