summaryrefslogtreecommitdiffstats
path: root/util/abuild
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@openbios.org>2005-11-26 16:29:08 +0000
committerStefan Reinauer <stepan@openbios.org>2005-11-26 16:29:08 +0000
commitb7627bca656d365615dbf2c06053430e83565f8d (patch)
tree2af638b47e6d30467a516a75c125391a9c6c682a /util/abuild
parentaf77a61a9cf8438e327801a77d0bd33ea1f8481e (diff)
downloadcoreboot-staging-b7627bca656d365615dbf2c06053430e83565f8d.zip
coreboot-staging-b7627bca656d365615dbf2c06053430e83565f8d.tar.gz
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
Diffstat (limited to 'util/abuild')
-rwxr-xr-xutil/abuild/abuild.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/util/abuild/abuild.sh b/util/abuild/abuild.sh
index b489ac3..98845d9 100755
--- a/util/abuild/abuild.sh
+++ b/util/abuild/abuild.sh
@@ -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
OpenPOWER on IntegriCloud