From 9413ad38fb64d954255a18281a2c7513aaef5afc Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 2 Sep 2015 17:31:32 +0200 Subject: doc: specify that *Flags are string lists --- doc/stdenv.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/stdenv.xml') diff --git a/doc/stdenv.xml b/doc/stdenv.xml index 1556ffd057f9..92680e1e0a11 100644 --- a/doc/stdenv.xml +++ b/doc/stdenv.xml @@ -500,8 +500,8 @@ script) if it exists. configureFlags - Additional arguments passed to the configure - script. + A list of strings passed as additional arguments to the + configure script. @@ -601,7 +601,7 @@ nothing. makeFlags - Additional flags passed to + A list of strings passed as additional flags to make. These flags are also used by the default install and check phase. For setting make flags specific to the build phase, use buildFlags (see @@ -628,7 +628,7 @@ makeFlagsArray=(CFLAGS="-O0 -g" LDFLAGS="-lfoo -lbar") buildFlags / buildFlagsArray - Additional flags passed to + A list of strings passed as additional flags to make. Like makeFlags and makeFlagsArray, but only used by the build phase. @@ -696,7 +696,7 @@ doCheck = true; checkFlags / checkFlagsArray - Additional flags passed to + A list of strings passed as additional flags to make. Like makeFlags and makeFlagsArray, but only used by the check phase. @@ -751,7 +751,7 @@ installTargets = "install-bin install-doc"; installFlags / installFlagsArray - Additional flags passed to + A list of strings passed as additional flags to make. Like makeFlags and makeFlagsArray, but only used by the install phase. -- cgit 1.4.1