From a1550834e27831593b034442df1445cdb08404d4 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 4 Aug 2014 07:47:50 +0300 Subject: ref-manual: Updated a couple FAQ entries. (From yocto-docs rev: aa445a20ae68d7648a3ccfb76ec42aa5fb95fe01) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/faq.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'documentation') diff --git a/documentation/ref-manual/faq.xml b/documentation/ref-manual/faq.xml index 72ff0d6fda..b8616ba489 100644 --- a/documentation/ref-manual/faq.xml +++ b/documentation/ref-manual/faq.xml @@ -710,7 +710,7 @@ and sysconfdir that indicate where executables, libraries, and data reside when a program is actually run. - And, they are also expected to respect a + They are also expected to respect a DESTDIR environment variable, which is prepended to all the other variables when the build system actually installs the files. @@ -742,7 +742,7 @@ where the first is relatively normal and the second is not: Due to these lengthy examples, the paths are artificially - broke across lines for readability. + broken across lines for readability. /home/maxtothemax/poky-bootchart2/build/tmp/work/i586-poky-linux/zlib/ @@ -770,7 +770,7 @@ - This situation results when the OpenEmbedded build system does + This situation results when a build system does not recognize the environment variables supplied to it by BitBake. The incident that prompted this FAQ entry involved a Makefile @@ -780,10 +780,10 @@ The makefile's hardcoded default value of "/usr/bin" worked most of the time, but not for the recipe's -native variant. - Consequently, permissions errors might be caused by a Makefile + For example, permissions errors might be caused by a Makefile that ignores DESTDIR or uses a different name for that environment variable. - Check the OpenEmbedded build system to see if these kinds of + Check the the build system to see if these kinds of issues exist. -- cgit 1.2.3-korg