Skip to content

Commit

Permalink
use the universally silent make-locator from rumprun
Browse files Browse the repository at this point in the history
  • Loading branch information
anttikantee committed Jun 26, 2015
1 parent 9d0f75b commit 9095eb4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion buildnb.sh
Expand Up @@ -16,8 +16,9 @@ RUMPSRC=src-netbsd
# figure out where gmake lies
if [ -z "${MAKE}" ]; then
MAKE=make
type gmake >/dev/null && MAKE=gmake
! type gmake >/dev/null 2>&1 || MAKE=gmake
fi
type ${MAKE} >/dev/null 2>&1 || die '"make" required but not found'

# XXX TODO set FLAGS from -F options here to pass to buildrump.sh

Expand Down

0 comments on commit 9095eb4

Please sign in to comment.