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:
parent
959cab4f1f
commit
6228b9efb7
|
@ -714,8 +714,8 @@ if [ "$customizing" = "" ]; then
|
|||
customizing="default configuration"
|
||||
fi
|
||||
|
||||
FAILED_BOARDS="$TOP/$TARGET/failed_boards"
|
||||
PASSED_BOARDS="$TOP/$TARGET/passing_boards"
|
||||
FAILED_BOARDS="$TARGET/failed_boards"
|
||||
PASSED_BOARDS="$TARGET/passing_boards"
|
||||
|
||||
if [ "$recursive" = "false" ]; then
|
||||
rm -f "$FAILED_BOARDS" "$PASSED_BOARDS"
|
||||
|
@ -786,7 +786,7 @@ build_targets()
|
|||
junitfile "$TARGET/sharedutils/make.log"
|
||||
junit "</failure>"
|
||||
junit "</testcase>"
|
||||
echo "Shared Utilities - Log: ${TOP}/$TARGET/sharedutils/make.log" >> "$FAILED_BOARDS"
|
||||
echo "Shared Utilities - Log: $TARGET/sharedutils/make.log" >> "$FAILED_BOARDS"
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue