tools: mkdir build directories
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
parent
3a97b22d57
commit
19b9890db5
16 changed files with 16 additions and 0 deletions
|
@ -37,6 +37,7 @@ EXTENSIONS="@(.tar.xz|.tar.bz2|.tar.gz|.tar|.sfs)"
|
|||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
for d in ${BUILD_SRCDIR_BASE}/builds/{default,hardened,musl} ; do
|
||||
mkdir -p "${d}"
|
||||
pushd "${d}" >/dev/null || exit
|
||||
shopt -s extglob
|
||||
for f in $(ls stage3*${EXTENSIONS} | grep -v latest | give_latest_from_dates ) ; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue