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. +