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