Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE
authorEric Anholt <anholt@FreeBSD.org>
Tue, 1 Jun 2004 00:06:14 +0000 (00:06 +0000)
committerEric Anholt <anholt@FreeBSD.org>
Tue, 1 Jun 2004 00:06:14 +0000 (00:06 +0000)
commit2fb5d15ce38d8d298c4fbf8c0bb336154a314b13
tree51f1626c3f3054216174bba640ecb5425ba80647
parentc1311d80bd0b2661581bb510c18780d7603cd014
Build fixing for FreeBSD.  GNU make is installed as gmake, so make a MAKE
variable (defaults to "make") and use that.  Use the MKDEP and MKDEP_OPTIONS
more.  Our shell isn't bash, so change the instances of ">& /dev/null" to a more
compatible "> /dev/null 2>&1".
14 files changed:
Makefile
configs/default
configs/freebsd
progs/Makefile
progs/miniglx/Makefile
src/Makefile
src/glu/Makefile
src/glw/Makefile
src/glx/Makefile
src/mesa/Makefile
src/mesa/drivers/dri/Makefile
src/mesa/drivers/dri/dri_client/Makefile
src/mesa/drivers/dri/fb/Makefile
src/mesa/drivers/dri/x11/Makefile