On Tue, Aug 07, 2007 at 09:26:49AM +0100, Brian Paul wrote: > On 8/7/07, vehemens <[EMAIL PROTECTED]> wrote: > > The recent mesa commit that added "SHELL = /bin/bash" to the toplevel > > Makefile > > broke building on my FreeBSD 7.0 current system. > > Any ideas on how to fix it? Someone else complained that things > didn't work without the SHELL line.
if ! test -f configs/default && ! test -l configs/default; then
echo "no default configuration yar boo sux" >&2
exit 1
fi
signature.asc
Description: Digital signature
------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________ Mesa3d-dev mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mesa3d-dev
