At Thu, 29 Jan 2004 00:14:16 +0100,
Giuliano Pochini wrote:
>
>
> It fails at line #113 of /Makefile :
>
> @for d in $(SUBDIRS); do if ! $(MAKE) -C $$d prepare; then exit 1; fi; done
>
> I have no idea why $(SUBDIRS) is an empty string:
>
>
> [EMAIL PROTECTED] alsa-driver-1.0.2]$ ./cv
On Thu, 29 Jan 2004 14:38:14 +0100
Takashi Iwai <[EMAIL PROTECTED]> wrote:
> note that --with-isapnp is ignored on 2.6 kernel.
> the isapnp support depends only on the kernel itself.
Ok, I used that option only to avoid compiling useless stuff.
> does the attached patch work?
Yes it works. I co
It fails at line #113 of /Makefile :
@for d in $(SUBDIRS); do if ! $(MAKE) -C $$d prepare; then exit 1; fi; done
I have no idea why $(SUBDIRS) is an empty string:
[EMAIL PROTECTED] alsa-driver-1.0.2]$ ./cvscompile --with-cards=powermac
--with-isapnp=no --with-sequencer=no --with-oss=n