Skip to content

Commit

Permalink
Merge pull request #1266 from nolange/move_builddir_kconfig
Browse files Browse the repository at this point in the history
move BUILD_DIR variable into Kconfig
  • Loading branch information
stilor committed Feb 16, 2020
2 parents be04d50 + ff0e8ac commit 4897426
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions config/global/paths.in
Expand Up @@ -55,6 +55,10 @@ config BUILD_TOP_DIR
string
default "${CT_WORK_DIR:-${CT_TOP_DIR}/.build}/${CT_HOST:+HOST-${CT_HOST}/}${CT_TARGET}"

config BUILD_DIR
string
default "${CT_BUILD_TOP_DIR}/build"

config PREFIX_DIR
string
prompt "Prefix directory"
Expand Down
1 change: 0 additions & 1 deletion scripts/crosstool-NG.sh
Expand Up @@ -114,7 +114,6 @@ fi

# Where will we work?
CT_WORK_DIR="${CT_WORK_DIR:-${CT_TOP_DIR}/.build}"
CT_BUILD_DIR="${CT_BUILD_TOP_DIR}/build"
CT_DoExecLog ALL mkdir -p "${CT_WORK_DIR}"
CT_DoExecLog DEBUG rm -f "${CT_WORK_DIR}/backtrace"

Expand Down

0 comments on commit 4897426

Please sign in to comment.