From ab5819ad029c45505a14a65c55bd88d1d963980c Mon Sep 17 00:00:00 2001 From: mazze Date: Tue, 30 Dec 2014 18:12:27 +0000 Subject: [PATCH] Build "ports" and "contrib" because they are no longer built by default. git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@49877 fb15a70f-31f2-0310-bbcc-cdcc74a49acc --- scripts/gimmearos-v1.sh | 14 +++++++------- scripts/gimmearos.sh | 26 +++++++++++++------------- 2 files changed, 20 insertions(+), 20 deletions(-) diff --git a/scripts/gimmearos-v1.sh b/scripts/gimmearos-v1.sh index 4a4b4d2e28..906001ce7b 100755 --- a/scripts/gimmearos-v1.sh +++ b/scripts/gimmearos-v1.sh @@ -8,7 +8,7 @@ # This script is public domain. Use it at your own risk. -# $VER: gimmearos-v1.sh 1.11 (26.07.2014) WIP +# $VER: gimmearos-v1.sh 1.12 (30.12.2014) WIP curdir="`pwd`" srcdir="aros-src" @@ -441,38 +441,38 @@ do case "$input" in 1 ) echo -e "\nBuilding linux-i386 V1 with full debug...\n" cd aros-linux-i386-dbg - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-i386-dbg/bin//AROS" ;; 2 ) echo -e "\nBuilding linux-i386 V1 without debug...\n" cd aros-linux-i386 - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-i386/bin//AROS" ;; 3 ) echo -e "\nBuilding linux-x86_64 V1 with full debug...\n" cd aros-linux-x86_64-dbg - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-x86_64-dbg/bin//AROS" ;; 4 ) echo -e "\nBuilding linux-x86_64 V1 without debug...\n" cd aros-linux-x86_64 - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-x86_64/bin//AROS" ;; 5 ) echo -e "\nBuilding pc-i386 V1...\n" cd aros-pc-i386 - make $makeopts + make $makeopts . contrib ports make $makeopts bootiso echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-pc-i386/bin//AROS" ;; 6 ) echo -e "\nBuilding pc-x86_64 V1...\n" cd aros-pc-x86_64 - make $makeopts + make $makeopts . contrib ports make $makeopts bootiso echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-pc-x86_64/bin//AROS" diff --git a/scripts/gimmearos.sh b/scripts/gimmearos.sh index c0206e3bc0..b3bfc9361c 100755 --- a/scripts/gimmearos.sh +++ b/scripts/gimmearos.sh @@ -8,7 +8,7 @@ # This script is public domain. Use it at your own risk. -# $VER: gimmearos.sh 1.11 (26.07.2014) WIP +# $VER: gimmearos.sh 1.12 (30.12.2014) WIP curdir="`pwd`" srcdir="aros-src" @@ -423,38 +423,38 @@ do case "$input" in 1 ) echo -e "\nBuilding linux-i386 V1 with full debug...\n" cd aros-linux-i386-dbg - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-i386-dbg/bin//AROS" ;; 2 ) echo -e "\nBuilding linux-i386 V1 without debug...\n" cd aros-linux-i386 - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-i386/bin//AROS" ;; 3 ) echo -e "\nBuilding linux-x86_64 V1 with full debug...\n" cd aros-linux-x86_64-dbg - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-x86_64-dbg/bin//AROS" ;; 4 ) echo -e "\nBuilding linux-x86_64 V1 without debug...\n" cd aros-linux-x86_64 - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-x86_64/bin//AROS" ;; 5 ) echo -e "\nBuilding pc-i386 V1...\n" cd aros-pc-i386 - make $makeopts + make $makeopts . contrib ports make $makeopts bootiso echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-pc-i386/bin//AROS" ;; 6 ) echo -e "\nBuilding pc-x86_64 V1...\n" cd aros-pc-x86_64 - make $makeopts + make $makeopts . contrib ports make $makeopts bootiso echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-pc-x86_64/bin//AROS" @@ -463,38 +463,38 @@ do 11 ) echo -e "\nBuilding linux-i386 V0 with full debug...\n" cd aros-linux-i386-v0-dbg - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-i386-v0-dbg/bin//AROS" ;; 12 ) echo -e "\nBuilding linux-i386 V0 without debug...\n" cd aros-linux-i386-v0 - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-i386-v0/bin//AROS" ;; 13 ) echo -e "\nBuilding linux-x86_64 V0 with full debug...\n" cd aros-linux-x86_64-v0-dbg - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-x86_64-dbg/bin//AROS" ;; 14 ) echo -e "\nBuilding linux-x86_64 V0 without debug...\n" cd aros-linux-x86_64-v0 - make $makeopts + make $makeopts . contrib ports echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-linux-x86_64-v0/bin//AROS" ;; 15 ) echo -e "\nBuilding pc-i386 V0...\n" cd aros-pc-i386-v0 - make $makeopts + make $makeopts . contrib ports make $makeopts bootiso echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-pc-i386-v0/bin//AROS" ;; 16 ) echo -e "\nBuilding pc-x86_64 V0...\n" cd aros-pc-x86_64-v0 - make $makeopts + make $makeopts . contrib ports make $makeopts bootiso echo -e "\nIf everything went well AROS will be available" echo -e "in the directory aros-pc-x86_64-v0/bin//AROS" -- 2.11.4.GIT