mirror of
https://github.com/uutils/coreutils.git
synced 2025-07-07 21:45:01 +00:00
util: update 'build-gnu.sh' to use CARGO_TARGET_DIR
This commit is contained in:
parent
1f2bd34ef0
commit
43036e2c7b
1 changed files with 4 additions and 0 deletions
|
@ -84,7 +84,11 @@ echo "path_GNU='${path_GNU}'"
|
|||
|
||||
###
|
||||
|
||||
if [[ ! -z "$CARGO_TARGET_DIR" ]]; then
|
||||
UU_BUILD_DIR="${CARGO_TARGET_DIR}/${UU_MAKE_PROFILE}"
|
||||
else
|
||||
UU_BUILD_DIR="${path_UUTILS}/target/${UU_MAKE_PROFILE}"
|
||||
fi
|
||||
echo "UU_BUILD_DIR='${UU_BUILD_DIR}'"
|
||||
|
||||
cd "${path_UUTILS}" && echo "[ pwd:'${PWD}' ]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue