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
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
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
> >>
&
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
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