From 899981e4c4917a591a5fe4426dbc075e3417795d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 17 Oct 2012 21:52:59 +0200 Subject: scripts: fix default work-dir name It's been a long time the default work-dir changed its name from 'target' to '.build'. Change the left-over. Signed-off-by: "Yann E. MORIN" diff --git a/scripts/crosstool-NG.sh.in b/scripts/crosstool-NG.sh.in index d0a4129..269787a 100644 --- a/scripts/crosstool-NG.sh.in +++ b/scripts/crosstool-NG.sh.in @@ -62,7 +62,7 @@ for d in \ done # Where will we work? -CT_WORK_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/targets}" +CT_WORK_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/.build}" CT_DoExecLog ALL mkdir -p "${CT_WORK_DIR}" # Check build file system case-sensitiveness -- cgit v0.10.2-6-g49f6