BTC.sh 0.3.1 - minor changes to comments
This commit is contained in:
parent
ab2ee63a00
commit
fd8677f3e2
4
BTC.sh
4
BTC.sh
|
|
@ -13,7 +13,7 @@ function f_agpl_header() {
|
||||||
clear
|
clear
|
||||||
cat << 'EOF'
|
cat << 'EOF'
|
||||||
===========================================================================
|
===========================================================================
|
||||||
BTC-0.3.1: SOVEREIGN FORGE PIPELINE (AGPLv3 PROTECTED)
|
BTC-0.3.1.sh - Build Tool Chain (AGPLv3 PROTECTED)
|
||||||
===========================================================================
|
===========================================================================
|
||||||
This program is free software: you can redistribute it and/or modify it
|
This program is free software: you can redistribute it and/or modify it
|
||||||
under the terms of the GNU Affero General Public License as published by
|
under the terms of the GNU Affero General Public License as published by
|
||||||
|
|
@ -205,7 +205,7 @@ function f_setup() {
|
||||||
export PATH="${NEWROOT}/bin:${PATH}"
|
export PATH="${NEWROOT}/bin:${PATH}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# --- 7. MONOLITHIC STEP-BY-STEP FORGE PIPELINE ---
|
# --- 7. Building of Toolchain Starts here ---
|
||||||
function f_binutils() {
|
function f_binutils() {
|
||||||
cd "${SOURCES_ACTIVE}"
|
cd "${SOURCES_ACTIVE}"
|
||||||
tar -xf "${SOURCE_CACHE}/${v_binutils}.tar.xz"
|
tar -xf "${SOURCE_CACHE}/${v_binutils}.tar.xz"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue