abuild: Update file locations

The TARGET directory is independent of the TOP directory.

Change-Id: I1a8b92eaaea138548712726b09a1b083d235892e
Signed-off-by: Martin Roth <martinroth@google.com>
Reviewed-on: https://review.coreboot.org/20610
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth 2017-07-16 17:02:47 -07:00
parent 959cab4f1f
commit 6228b9efb7
1 changed files with 3 additions and 3 deletions

View File

@ -714,8 +714,8 @@ if [ "$customizing" = "" ]; then
customizing="default configuration" customizing="default configuration"
fi fi
FAILED_BOARDS="$TOP/$TARGET/failed_boards" FAILED_BOARDS="$TARGET/failed_boards"
PASSED_BOARDS="$TOP/$TARGET/passing_boards" PASSED_BOARDS="$TARGET/passing_boards"
if [ "$recursive" = "false" ]; then if [ "$recursive" = "false" ]; then
rm -f "$FAILED_BOARDS" "$PASSED_BOARDS" rm -f "$FAILED_BOARDS" "$PASSED_BOARDS"
@ -786,7 +786,7 @@ build_targets()
junitfile "$TARGET/sharedutils/make.log" junitfile "$TARGET/sharedutils/make.log"
junit "</failure>" junit "</failure>"
junit "</testcase>" junit "</testcase>"
echo "Shared Utilities - Log: ${TOP}/$TARGET/sharedutils/make.log" >> "$FAILED_BOARDS" echo "Shared Utilities - Log: $TARGET/sharedutils/make.log" >> "$FAILED_BOARDS"
return return
fi fi