From 417495a163a5c4e4bca021bb75ea49132bd3d664 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Mon, 14 Apr 2014 16:13:17 +0000 Subject: [PATCH] Whitespace-only fixes, translators please ignore. --- .../porters-handbook/makefiles/chapter.xml | 35 ++++++++++--------- 1 file changed, 19 insertions(+), 16 deletions(-) diff --git a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml index a4c39ef26b..1fbe715659 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -3846,8 +3846,9 @@ SUB_LIST+= OPT1="@comment " NO_OPT1="" For each key=value - pair in OPT_USE - the corresponding + pair in + OPT_USE the + corresponding USE_KEY variable will be set to value. If value has spaces in it, @@ -3879,8 +3880,8 @@ USE_XORG= x11 xextproto xext xrandr or --disable-${OPT_CONFIGURE_ENABLE} will be added to CONFIGURE_ARGS depending - on the value of the - option OPT, for + on the value of the option + OPT, for example: OPTIONS_DEFINE= OPT1 @@ -3936,8 +3937,9 @@ CONFIGURE_ARGS+= --without-test OPT_CONFIGURE_ON is set then its value will be appended to CONFIGURE_ARGS depending on the status of - the option OPT, - for example: + the option + OPT, for + example: OPTIONS_DEFINE= OPT1 OPT1_CONFIGURE_ON= --add-test @@ -3960,8 +3962,9 @@ CONFIGURE_ARGS+= --add-test OPT_CONFIGURE_OFF is set then its value will be appended to CONFIGURE_ARGS depending on the status of - the option OPT, - for example: + the option + OPT, for + example: OPTIONS_DEFINE= OPT1 OPT1_CONFIGURE_OFF= --no-test @@ -3981,11 +3984,11 @@ CONFIGURE_ARGS+= --no-test <varname><replaceable>OPT</replaceable>_CMAKE_ON</varname> If - OPT_CMAKE_ON is - set then its value will be appended to + OPT_CMAKE_ON + is set then its value will be appended to CMAKE_ARGS depending on the status of the - option OPT, for - example: + option OPT, + for example: OPTIONS_DEFINE= OPT1 OPT1_CMAKE_ON= -DTEST:BOOL=true @@ -4005,11 +4008,11 @@ CMAKE_ARGS+= -DTEST:BOOL=true <varname><replaceable>OPT</replaceable>_CMAKE_OFF</varname> If - OPT_CMAKE_OFF is - set then its value will be appended to + OPT_CMAKE_OFF + is set then its value will be appended to CMAKE_ARGS depending on the status of the - option OPT, for - example: + option OPT, + for example: OPTIONS_DEFINE= OPT1 OPT1_CMAKE_OFF= -DTEST:BOOL=false