From ecd23535551d0cd8ae265d75eadc43e88c580fc0 Mon Sep 17 00:00:00 2001 From: Simon Dawson Date: Fri, 16 Nov 2012 04:54:19 +0000 Subject: manual: minor tweaks Minor grammatical and spelling tweaks to the manual content. Signed-off-by: Simon Dawson Acked-by: "Yann E. MORIN" Acked-by: Samuel Martin Signed-off-by: Peter Korsgaard --- docs/manual/common-usage.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/manual/common-usage.txt') diff --git a/docs/manual/common-usage.txt b/docs/manual/common-usage.txt index c08c10ea6..98503b5f5 100644 --- a/docs/manual/common-usage.txt +++ b/docs/manual/common-usage.txt @@ -23,7 +23,7 @@ Building out-of-tree ~~~~~~~~~~~~~~~~~~~~ As default, everything built by Buildroot is stored in the directory -+output+ in the buildroot tree. ++output+ in the Buildroot tree. Buildroot also supports building out of tree with a syntax similar to the Linux kernel. To use it, add +O=+ to the make command @@ -70,21 +70,21 @@ to +make+ or set in the environment: + Note that the uClibc configuration file can also be set from the configuration interface, so through the Buildroot .config file; this - the actual recommended way of setting it. + is the recommended way of setting it. + * +BUSYBOX_CONFIG_FILE=+, path to the Busybox configuration file. + Note that the Busybox configuration file can also be set from the configuration interface, so through the Buildroot .config file; this - the actual recommended way of setting it. + is the recommended way of setting it. + * +BUILDROOT_DL_DIR+ to override the directory in which Buildroot stores/retrieves downloaded files + Note that the Buildroot download directory can also be set from the configuration interface, so through the Buildroot .config file; this - the actual recommended way of setting it. + is the recommended way of setting it. An example that uses config files located in the toplevel directory and in your $HOME: -- cgit v1.2.3