* 2.4.1-ac10 compile error
@ 2001-02-11 22:34 Frank Davis
2001-02-11 23:32 ` Keith Owens
0 siblings, 1 reply; 3+ messages in thread
From: Frank Davis @ 2001-02-11 22:34 UTC (permalink / raw)
To: alan; +Cc: linux-kernel
Hello,
I received the following while compiling 2.4.1-ac10:
...
make[3]: *** No rule to make target '/usr/src/linux/drivers/pci/devlist.h', needed by names.o'. Stop
make[3]: Leaving directory '/usr/src/linux/drivers/pci'
make[2]: *** [first_rule] Error 2
...
I haven't looked into it, but the addition was between 2.4.1-ac9 and 2.4.1-ac10. 2.4.2-pre3 didn't have this problem.
Regards,
Frank
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.4.1-ac10 compile error
2001-02-11 22:34 2.4.1-ac10 compile error Frank Davis
@ 2001-02-11 23:32 ` Keith Owens
0 siblings, 0 replies; 3+ messages in thread
From: Keith Owens @ 2001-02-11 23:32 UTC (permalink / raw)
To: Frank Davis; +Cc: alan, linux-kernel
On Sun, 11 Feb 2001 17:34:04 -0500 (EST),
Frank Davis <fdavis112@juno.com> wrote:
>Hello,
> I received the following while compiling 2.4.1-ac10:
>...
>make[3]: *** No rule to make target '/usr/src/linux/drivers/pci/devlist.h', needed by names.o'. Stop
>make[3]: Leaving directory '/usr/src/linux/drivers/pci'
>make[2]: *** [first_rule] Error 2
None of the 2.4.1-ac patches hit drivers/pci/Makefile. You have
corrupted your source somewhere. Building from 2.4.1-pristine +
patch-2.4.1-ac10.bz2 gives this in drivers/pci/Makefile.
names.o: names.c devlist.h classlist.h
devlist.h classlist.h: pci.ids gen-devlist
./gen-devlist <pci.ids
gen-devlist: gen-devlist.c
$(HOSTCC) $(HOSTCFLAGS) -o gen-devlist gen-devlist.c
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: 2.4.1-ac10 compile error
@ 2001-02-13 18:34 Pavel Roskin
0 siblings, 0 replies; 3+ messages in thread
From: Pavel Roskin @ 2001-02-13 18:34 UTC (permalink / raw)
To: Keith Owens; +Cc: linux-kernel, Frank Davis
Hello, Keith!
I also noticed this error when I upgraded from ac9 to ac11.
My understanding is that if "make depend" is run on the sources that have
already been compiled, then names.o depends on devlist.h (with full path)
is ".depend".
If I run "make clean" first, then everything is fine. But I think that
something must have been broken in ac10. I'm always running "make clean"
after "make depend" and it's the first time that I have a problem with it.
Regards,
Pavel Roskin
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2001-02-13 18:35 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-02-11 22:34 2.4.1-ac10 compile error Frank Davis
2001-02-11 23:32 ` Keith Owens
-- strict thread matches above, loose matches on Subject: below --
2001-02-13 18:34 Pavel Roskin
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox