part of reorder

This commit is contained in:
YellowJacketLinux 2024-10-05 15:16:22 -07:00
parent 8ce87fbd25
commit 27992b2bae
23 changed files with 25 additions and 24 deletions

View File

@ -33,6 +33,7 @@ else
sleep 3
fi
echo "Before executing Master2,"
echo "As root, issue following two commands:"
echo "ln -sfv ../lib/ld-linux-x86-64.so.2 ${LFS}/lib64"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,8 +1,8 @@
#!/bin/bash
# FIXME - does not build d,ada compilers
# does not build d,ada compilers
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,6 +1,6 @@
#!/bin/bash
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"

View File

@ -1,8 +1,8 @@
#!/bin/bash
# FIXME - doesn't build d or ada compiler
# doesn't build d or ada compiler
source versions.sh
source ../versions.sh
GLSOURCES="${LFS}/sources"