# HG changeset patch # User "Yann E. MORIN" # Date 1284320292 -7200 # Node ID 4a45c57582586e36c28ce775464c278dddd7910e # Parent f5ab0a80e46616adb3619cc7c5d78d0ccd7ea697 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" diff -r f5ab0a80e466 -r 4a45c5758258 config/global/paths.in --- a/config/global/paths.in Tue Aug 31 23:24:40 2010 +0200 +++ b/config/global/paths.in Sun Sep 12 21:38:12 2010 +0200 @@ -23,7 +23,7 @@ config WORK_DIR string prompt "Working directory" if ! BACKEND - default "${CT_TOP_DIR}/targets" + default "${CT_TOP_DIR}/.build" help Set this to the directory where all build actions will be done.