Re: Make errors in 2.4 drivers/acpi, recursive CFLAGS

2001-01-04 Thread Keith Owens
On Thu, 4 Jan 2001 17:19:51 -0600, Michael Elizabeth Chastain <[EMAIL PROTECTED]> wrote: >I wonder if Gnu Make 3.78.1 has the same problem? >I know of one bug in 3.78.1 where ... It did. GNU Make version 3.78.1, by Richard Stallman and Roland McGrath. Built for alpha-redhat-linux-gnu Defin

Re: Make errors in 2.4 drivers/acpi, recursive CFLAGS

2001-01-04 Thread Michael Elizabeth Chastain
I wonder if Gnu Make 3.78.1 has the same problem? I know of one bug in 3.78.1 where $(if ...) statements which have an "else" clause screw up the parsing of the "else" clause. But there shouldn't be any $(if ...) constructs in the kernel Makefiles. I guess we'll either have to find the problem