From e419aca8499c02185c6a9ae4c5fc20389788b36a Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 1 Dec 2008 13:24:33 +0000 Subject: hide the which gmake errors, a part of the patch in FS#9338 by Tomer Shalev git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19288 a1c6a512-1295-4272-9138-f99709370657 --- tools/rockboxdev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh index 800d294fd3..cd4030fabd 100755 --- a/tools/rockboxdev.sh +++ b/tools/rockboxdev.sh @@ -23,7 +23,7 @@ builddir="/tmp/rbdev-build" # This script needs to use GNU Make. On Linux systems, GNU Make is invoked # by running the "make" command, on most BSD systems, GNU Make is invoked # by running the "gmake" command. Set the "make" variable accordingly. -if [ -f "`which gmake`" ]; then +if [ -f "`which gmake 2>/dev/null`" ]; then make="gmake" else make="make" -- cgit v1.2.3