On Sun, Oct 01, 2000 at 01:01:34AM +0100, Alan Cox wrote:
> I've dropped Miquel's version into my tree. He simply side steps the entire
> 'which which' issue and uses scripts/kwhich
Peter Samuelson's version worked in my Slackware systems. Miquel's kwhich is
ok too.
Another problem in Makefile. I guess this change between pre 12 and 13 is a
typo:
CONFIG_SHELL := $(shell if [ -x "$$BASH" ]; then echo $$BASH; \
- else if [ -x /bin/bash ]; then echo /bin/bash; \
+ else if [ -x /bin/bash ]; then echo /bin/bash2; \
else echo sh; fi ; fi)
I have ash as /bin/sh and there's also /bin/bash but no /bin/bash2.
$ make oldconfig
Syntax error: "(" unexpected (expecting "then")
rm -f include/asm
( cd include ; ln -sf asm-i386 asm)
/bin/bash2 scripts/Configure -d arch/i386/config.in
make: /bin/bash2: Command not found
make: *** [oldconfig] Error 127
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
Please read the FAQ at http://www.tux.org/lkml/
- Re: We interrupt you regularly scheduled ca... Alexander Viro
- Re: We interrupt you regularly schedule... Horst von Brand
- Re: We interrupt you regularly sch... Alexander Viro
- Re: We interrupt you regularly schedule... Jeff Garzik
- Re: We interrupt you regularly sch... Alexander Viro
- Re: We interrupt you regularly schedule... Pavel Machek
- Re: We interrupt you regularly sch... Christoph Hellwig
- Re: We interrupt you regularly scheduled catfight f... Ben Collins
- Re: We interrupt you regularly scheduled catfig... Christoph Hellwig
- Re: We interrupt you regularly scheduled ca... Alan Cox
- Re: We interrupt you regularly schedule... Petri Kaukasoina
- Re: We interrupt you regularly scheduled catfight f... Peter Samuelson
- [PATCH] further ruminations on 2.2.18-pre13 $(CC) defini... Peter Samuelson
- Re: We interrupt you regularly scheduled catfight for.. ... Mitch Adair
- Re: We interrupt you regularly scheduled catfight for.. ... Olivier Galibert
- Re: Linux 2.2.18pre13, drm without agp Peter Osterlund

