From a8102672d990f5ac6cf0fb689cb0073712e08f0c Mon Sep 17 00:00:00 2001 From: Luca Ceresoli Date: Thu, 8 Jul 2010 22:11:54 +0200 Subject: Fix a wrong sentence in the docs. Signed-off-by: Peter Korsgaard --- docs/buildroot.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/buildroot.html') diff --git a/docs/buildroot.html b/docs/buildroot.html index 48854decc..6d4f17c75 100644 --- a/docs/buildroot.html +++ b/docs/buildroot.html @@ -1010,7 +1010,7 @@ $(eval $(call GENTARGETS,package,libfoo,host))

For the target package, the GENTARGETS uses the variables defined by the .mk file and prefixed by the uppercased - package name: LIBFOO_*. For target package, it uses + package name: LIBFOO_*. For the host package, it uses the HOST_LIBFOO_*. For some variables, if the HOST_LIBFOO_ prefixed variable doesn't exist, the package infrastructure uses the corresponding variable prefixed by -- cgit v1.2.3