tools: mkdir build directories

Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Matt Turner 2022-11-21 21:05:55 -05:00
parent 3a97b22d57
commit 19b9890db5
No known key found for this signature in database
GPG key ID: ACEB29740C9A4E97
16 changed files with 16 additions and 0 deletions

View file

@ -26,6 +26,7 @@ update_symlinks() {
# Symlink the latest stages3 to build from
local d f t
for d in "${BUILD_SRCDIR_BASE}"/builds/{default,power9le,power9le-mergedusr,musl-hardened,power9le-musl-hardened} ; do
mkdir -p "${d}"
pushd "${d}" >/dev/null
for t in ppc64le power9le; do
for f in $(ls stage3-${t}-*xz | grep -v latest | give_latest_from_dates) ; do