summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorLuca Ceresoli <luca@lucaceresoli.net>2017-09-18 11:34:18 +0200
committerPeter Korsgaard <peter@korsgaard.com>2017-09-19 14:03:47 +0200
commite10e4d19e3c02a9d251499172a65c77c59e15a67 (patch)
treefd2ad7dff3405dc444620f4a7ffac24251694632 /docs/manual
parentf87138339b17bc2b1d84c59ea176abb941413550 (diff)
downloadbuildroot-e10e4d19e3c02a9d251499172a65c77c59e15a67.tar.gz
buildroot-e10e4d19e3c02a9d251499172a65c77c59e15a67.zip
docs/manual: fix typo
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/using-buildroot-development.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/manual/using-buildroot-development.txt b/docs/manual/using-buildroot-development.txt
index e167849cdc..1071de5132 100644
--- a/docs/manual/using-buildroot-development.txt
+++ b/docs/manual/using-buildroot-development.txt
@@ -50,11 +50,11 @@ BUSYBOX_OVERRIDE_SRCDIR = /home/bob/busybox/
When Buildroot finds that for a given package, an
+<pkg>_OVERRIDE_SRCDIR+ has been defined, it will no longer attempt to
download, extract and patch the package. Instead, it will directly use
-the source code available in in the specified directory and +make
-clean+ will not touch this directory. This allows to point Buildroot
-to your own directories, that can be managed by Git, Subversion, or
-any other version control system. To achieve this, Buildroot will use
-_rsync_ to copy the source code of the component from the specified
+the source code available in the specified directory and +make clean+
+will not touch this directory. This allows to point Buildroot to your
+own directories, that can be managed by Git, Subversion, or any other
+version control system. To achieve this, Buildroot will use _rsync_ to
+copy the source code of the component from the specified
+<pkg>_OVERRIDE_SRCDIR+ to +output/build/<package>-custom/+.
This mechanism is best used in conjunction with the +make
OpenPOWER on IntegriCloud