From: Denys Vlasenko Date: Thu, 14 Jan 2010 12:27:34 +0000 (+0100) Subject: small doc update X-Git-Tag: 1_16_0~45 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=662078f9fd41efe422d7abc0aea1395c27c61ddd;p=oweals%2Fbusybox.git small doc update Signed-off-by: Denys Vlasenko --- diff --git a/INSTALL b/INSTALL index 2d645cd62..ec2b028fd 100644 --- 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 diff --git a/include/usage.h b/include/usage.h index 7a5cbcc9a..77bc3b167 100644 --- a/include/usage.h +++ b/include/usage.h @@ -4514,7 +4514,8 @@ ) /* "test --help" does not print help (POSIX compat), only "[ --help" does. - * We display " EXPRESSION ]" here (not " EXPRESSION") */ + * We display " EXPRESSION ]" here (not " EXPRESSION") + * Unfortunately, it screws up generated BusyBox.html. TODO. */ #define test_trivial_usage \ "EXPRESSION ]" #define test_full_usage "\n\n" \