From bdefc7b1e7386eadb5fbb6fb85c0a3634a12781c Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 18 May 2011 23:42:57 +0200 Subject: config: document array-capable variables Update help entries for thos variables that accept multiple arguments with spaces (aka. array-capable variables). Signed-off-by: "Yann E. MORIN" --- config/libc/glibc-eglibc.in-common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config/libc') diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index b8d3b560..d72533ef 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -23,7 +23,9 @@ config LIBC_GLIBC_EXTRA_CONFIG_ARRAY help Extra flags to pass onto ./configure when configuring. - Eg.: --enable-static-nss + You can enter multiple arguments here, and arguments can contain spaces + if they are properly quoted (or escaped, but prefer quotes). Eg.: + --with-foo="1st arg with 4 spaces" --with-bar=2nd-arg-without-space config LIBC_GLIBC_CONFIGPARMS string -- cgit v1.2.3