Skip to content

Commit

Permalink
Include platform/machine in build mismatch error message
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 22, 2015
1 parent f84f611 commit c8d5d18
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build-rr.sh
Expand Up @@ -155,6 +155,10 @@ checkprevbuilds ()
echo '>> Building for multiple machine/platform combos'
echo '>> from the same rumprun source tree is currently'
echo '>> not supported. See rumprun issue #35.'
printf '>> %20s: %s/%s\n' 'Previously built' \
${PB_PLATFORM} ${PB_MACHINE}
printf '>> %20s: %s/%s\n' 'Now building' \
${PLATFORM} ${MACHINE}
exit 1
fi
else
Expand Down

0 comments on commit c8d5d18

Please sign in to comment.