From b7627bca656d365615dbf2c06053430e83565f8d Mon Sep 17 00:00:00 2001 From: Stefan Reinauer Date: Sat, 26 Nov 2005 16:29:08 +0000 Subject: 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 --- util/abuild/abuild.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'util/abuild') diff --git a/util/abuild/abuild.sh b/util/abuild/abuild.sh index b489ac3ebd..98845d9844 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 -- cgit v1.2.3