small doc update
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
60b9524bf7
commit
662078f9fd
2
INSTALL
2
INSTALL
@ -117,7 +117,7 @@ somewhere else.
|
|||||||
|
|
||||||
To build out of tree, cd to an empty directory and configure busybox from there:
|
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
|
||||||
make install
|
make install
|
||||||
|
|
||||||
|
@ -4514,7 +4514,8 @@
|
|||||||
)
|
)
|
||||||
|
|
||||||
/* "test --help" does not print help (POSIX compat), only "[ --help" does.
|
/* "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 \
|
#define test_trivial_usage \
|
||||||
"EXPRESSION ]"
|
"EXPRESSION ]"
|
||||||
#define test_full_usage "\n\n" \
|
#define test_full_usage "\n\n" \
|
||||||
|
Loading…
Reference in New Issue
Block a user