Skip to content

Commit

Permalink
flag an explicit error if make/gmake/$MAKE cannot be found
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 23, 2015
1 parent 424061c commit 01c79c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-rr.sh
Expand Up @@ -56,6 +56,7 @@ if [ -z "${MAKE}" ]; then
MAKE=make
! type gmake >/dev/null 2>&1 || MAKE=gmake
fi
type ${MAKE} >/dev/null 2>&1 || die ``make'' required but not found


#
Expand Down

0 comments on commit 01c79c2

Please sign in to comment.