build.sh: honour $MAKE value when using --cmd [mg]ake [...]
commitf75dce7c4a5063f8fa50e463bc2aaf2fb1a0747a
authorGaetan Nadon <memsize@videotron.ca>
Tue, 4 Jan 2011 15:16:54 +0000 (4 10:16 -0500)
committerGaetan Nadon <memsize@videotron.ca>
Wed, 5 Jan 2011 20:16:30 +0000 (5 15:16 -0500)
tree01583a3e81b395f2f131899e3a8f16a6da4c9b5c
parentb6da454889cc33f9ce9c08382f4d520d6760cf8e
build.sh: honour $MAKE value when using --cmd [mg]ake [...]

The --cmd option recognise git | make | gmake as legitimate cmd names.
Some system have both make and gmake and the user may have set $MAKE.
Using $MAKE to issue the make command will insure the same make
command (either make or gmake) is used on all invocation of build.sh.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
build.sh