|
|
|
@ -3,7 +3,7 @@ |
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
# |
|
|
|
# Filename: scripts/Emerge-Pkg |
|
|
|
# Copyright (C) 2006 The OpenSDE Project |
|
|
|
# Copyright (C) 2006 - 2007 The OpenSDE Project |
|
|
|
# Copyright (C) 2004 - 2006 The T2 SDE Project |
|
|
|
# |
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -235,7 +235,7 @@ echo "Packages scheduled to build: ${deplist:-none}" |
|
|
|
. config/$config/config |
|
|
|
|
|
|
|
for package in $deplist ; do |
|
|
|
if ./scripts/Download $package ; then [ $downloadonly != 1 ] && \ |
|
|
|
if ./bin/sde-download $package ; then [ $downloadonly != 1 ] && \ |
|
|
|
if ! ./scripts/Build-Pkg $options $package; then |
|
|
|
if [ $SDECFG_ABORT_ON_ERROR_AFTER -gt 8 ]; then |
|
|
|
echo "Aborting further builds due to config setting ABORT_ON_ERROR_AFTER." |
|
|
|
|