On 8/7/07, Dan Nicholson <[EMAIL PROTECTED]> wrote:
> On 8/7/07, Brian Paul <[EMAIL PROTECTED]> 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.
>
> Just use SHELL = /bin/sh unless the build needs bash. Does it need
> bash? Perhaps it would be best to add the SHELL setting to
> configs/default and override it in the configs that don't have the
> expected shell.
>
> I believe it's the right thing to do to set SHELL and use it in the
> Makefile. That at least allows it to be controlled in some manner.
> Automake does the same (except that it also get's tested for in
> configure).
Bash was needed for the line:
@ if [ -e configs/current ] ; then
is
@ if `test -e configs/current ` ; then
a suitable replacement for sh?
Daniel, you shell code doesn't work.
-Brian
-------------------------------------------------------------------------
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