Refactor build scripts to improve directory structure and enhance file handling
This commit is contained in:
@@ -27,9 +27,9 @@ SUBMODE="thumb"
|
||||
TOP="$(pwd)"
|
||||
CONFIGS_DIR="${TOP}/config"
|
||||
|
||||
SRC_DIR="${TOP}/src"
|
||||
SRC_DIR="${TOP}/src/toolchain"
|
||||
BUILD_DIR="${TOP}/build"
|
||||
BUILD_SRC_DIR="${BUILD_DIR}/src"
|
||||
BUILD_SRC_DIR="${BUILD_DIR}/src/toolchain"
|
||||
|
||||
INSTALL_DIR="${BUILD_DIR}/install"
|
||||
INSTALL_BIN_DIR="${INSTALL_DIR}/bin"
|
||||
|
||||
Reference in New Issue
Block a user