Re: [dev] Re: wmii; make with /bin/bash not with /bin/sh

2010-05-31 Thread David Schmid
David Engster wrote: Robert Ransom writes: On Thu, 20 May 2010 14:51:37 +0200 David Schmid wrote: Measures tried: - resetting PATH, since make calls /bin/sh and not sh it is never looked up there - setting BINSH or SHELL to /bin/bash won't work either. - Asking for help at #suc

Re: [dev] Re: wmii; make with /bin/bash not with /bin/sh

2010-05-21 Thread David Schmid
Kris Maglione wrote: On Thu, 20 May 2010 22:19:20 +0200 David Schmid wrote: On Thu, 20 May 2010 21:46:01 +0200 David Engster wrote: Now it says: MAKE all libbio/ ../util/compile: syntax error at line 13: `(' unexpected make[1]: *** [bbuffered.o] Error 2 make: *** [dall] Error 2

Re: [dev] Re: wmii; make with /bin/bash not with /bin/sh

2010-05-20 Thread David Schmid
On Thu, 20 May 2010 21:46:01 +0200 David Engster wrote: > David Schmid writes: > > David Engster wrote: > > > >> GNU make will never set the shell from the environment. > >> > >> I've built wmii on Solaris without problems using > >> &

Re: [dev] wmii; make with /bin/bash not with /bin/sh

2010-05-20 Thread David Schmid
So, I don't know your rules around here so I hope I don't hurt your netiquette with this eMail. Please don't kill me. Even though someone warned me, that the suckless community _is_ good, I am quite slightly overwhelmed by the many reactions. Thank you. Robert Ransom wrote: > I just tried "SHELL

[dev] wmii; make with /bin/bash not with /bin/sh

2010-05-20 Thread David Schmid
Hello dear subscribers, when compiling the wmii+ixp-3.9b1 on a solaris box, make calls /bin/sh to evaluate several scripts. Since /bin/sh is really old around here, make dies instantly because /bin/sh can't interpret the scripts ("/bin sh: bad substitution"). Since relinking /bin/sh to /bin/ba