Skip to content

Commit

Permalink
vax: adjust output dest
Browse files Browse the repository at this point in the history
Our infra always uses '/dist' as the last arg. The script needs to
handle the dest being a directory.

Signed-off-by: Marc Poulhiès <[email protected]>
  • Loading branch information
dkm committed Nov 15, 2023
1 parent dd6084b commit 6fc3062
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build/build-vax-netbsd.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ popd
gcc_name="gcc-${gcc_target}-${gcc_version}-${nb_actual_timestamp}"
gcc_tarball="${workdir}/${gcc_name}.tar.xz"
[ -z "${forced_output_filename}" ] || gcc_tarball="${forced_output_filename}"
[ -d "${forced_output_filename}" ] || gcc_tarball="${forced_output_filename}/${gcc_tarball}"
gcc_destdir="${workdir}/${gcc_name}"
gcc_destdir_sysroot="${gcc_destdir}/${gcc_target}-sysroot"
mkdir -p "${gcc_destdir}"
Expand Down

0 comments on commit 6fc3062

Please sign in to comment.