config: change name of default build dir
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 12 21:38:12 2010 +0200 (2010-09-12)
changeset 21094a45c5758258
parent 2107 f5ab0a80e466
child 2110 ee9b54d04dd4
config: change name of default build dir

'targets' is not really meaningfull.
'build' means what it means.
'.build' just hides it as well! :-)

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
config/global/paths.in
     1.1 --- a/config/global/paths.in	Tue Aug 31 23:24:40 2010 +0200
     1.2 +++ b/config/global/paths.in	Sun Sep 12 21:38:12 2010 +0200
     1.3 @@ -23,7 +23,7 @@
     1.4  config WORK_DIR
     1.5      string
     1.6      prompt "Working directory" if ! BACKEND
     1.7 -    default "${CT_TOP_DIR}/targets"
     1.8 +    default "${CT_TOP_DIR}/.build"
     1.9      help
    1.10        Set this to the directory where all build actions will be done.
    1.11