buildgcc: Fix typo in check for failed iasl build

Change-Id: I3e90b90e807ae775ac66af160a0f8547dcb3597a
Signed-off-by: Peter Stuge <peter@stuge.se>
Reviewed-on: http://review.coreboot.org/164
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
This commit is contained in:
Peter Stuge 2011-08-21 06:21:39 +02:00 committed by Patrick Georgi
parent 6901b561eb
commit b98dbfb97e
1 changed files with 1 additions and 1 deletions

View File

@ -468,7 +468,7 @@ printf "Building IASL ${IASL_VERSION} ... "
if [ ! -f .failed ]; then touch .success; fi
) &> $IASL_DIR/compiler/crossgcc-build.log
test -r $IASL_DIR/compiler/.failed && printf "${RED}failed${NC}\n" || printf "${green}ok${NC}\n"
test -r $IASL_DIR/compiler.failed && exit 1
test -r $IASL_DIR/compiler/.failed && exit 1
fi
if [ $SAVETEMPS -eq 0 ]; then