From 508240f61926b9bdedb6fce7efbc078aa53ccaf9 Mon Sep 17 00:00:00 2001 From: Mathieu Arnold Date: Fri, 9 Jun 2017 15:04:50 +0000 Subject: [PATCH] Add a tip in the opt_CONFIGURE_ON section pointing to with/enable and convert the paragraph about the same in CMAKE_ON to a tip. Sponsored by: Absolight --- .../books/porters-handbook/makefiles/chapter.xml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 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 440a379946..8cece05b35 100644 --- a/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml +++ b/en_US.ISO8859-1/books/porters-handbook/makefiles/chapter.xml @@ -5812,6 +5812,13 @@ CONFIGURE_ARGS+= --add-test .else CONFIGURE_ARGS+= --no-test .endif + + + Most of the time, the helpers in and provide a shorter + and more comprehensive functionality. + @@ -5843,8 +5850,10 @@ CMAKE_ARGS+= -DTEST:BOOL=true -DDEBUG:BOOL=true CMAKE_ARGS+= -DOPTIMIZE:BOOL=true .endif - See for a shorter - helper when the value is boolean. + + See for a shorter + helper when the value is boolean. +