fix ron's issues with abuild.sh (don't hit me for not doing an issue tracker entry)

git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2109 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2005-11-26 16:29:08 +00:00
parent af77a61a9c
commit b7627bca65
1 changed files with 3 additions and 1 deletions

View File

@ -66,6 +66,9 @@ function create_config
MAINBOARD=$2
TARCH=$( architecture $VENDOR $MAINBOARD )
TARGCONFIG=$LBROOT/targets/$VENDOR/$MAINBOARD/Config-abuild.lb
mkdir -p $TARGET
if [ -f $TARGCONFIG ]; then
cp $TARGCONFIG $TARGET/Config-${VENDOR}_${MAINBOARD}.lb
echo "Used existing test target $TARGCONFIG"
@ -73,7 +76,6 @@ function create_config
fi
echo -n " Creating config file..."
mkdir -p $TARGET
( cat << EOF
# This will make a target directory of ./VENDOR_MAINBOARD