[Buildroot] [PATCH] Fix a wrong sentence in the docs.

Luca Ceresoli luca at lucaceresoli.net
Thu Jul 8 20:11:54 UTC 2010


---
 docs/buildroot.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/docs/buildroot.html b/docs/buildroot.html
index 48854de..6d4f17c 100644
--- a/docs/buildroot.html
+++ b/docs/buildroot.html
@@ -1010,7 +1010,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))
 
    <p>For the target package, the <code>GENTARGETS</code> uses the
    variables defined by the .mk file and prefixed by the uppercased
-   package name: <code>LIBFOO_*</code>. For target package, it uses
+   package name: <code>LIBFOO_*</code>. For the host package, it uses
    the <code>HOST_LIBFOO_*</code>. For <i>some</i> variables, if the
    <code>HOST_LIBFOO_</code> prefixed variable doesn't exist, the
    package infrastructure uses the corresponding variable prefixed by
-- 
1.7.0.4




More information about the buildroot mailing list