Skip to content
Snippets Groups Projects
Commit 92603271 authored by chrissi^'s avatar chrissi^
Browse files

Be more verbose about the state before building

parent dae3b822
No related branches found
No related tags found
No related merge requests found
......@@ -76,6 +76,17 @@ rm -rf output/images
mkdir -p output
mkdir -p output/cmd
echo "#######################################"
echo "#######################################"
echo Welcome! This is the Freifunk Braunschweig Gluon Bulder script. Nice to serve you
echo - Building for the following GLUON_BRANCH: \"${BRANCH}\"
echo - The release will be tagged: ${RELEASETAG}
echo - The release will be namend: ${RELEASENAME}
echo - Bulding with j=${J}
echo - Debug-Config: \"{$DEBUG}\"
echo - Building for the following architectures: ${ARCHITECTURES}
echo "#######################################"
echo "#######################################"
# update toolchain to current release
make update
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment