Re: Linux 2.4.0ac1

Bill Wendling (wendling@ganymede.isdn.uiuc.edu)
Fri, 5 Jan 2001 00:31:07 -0600


Also sprach Keith Owens:
} On Thu, 04 Jan 2001 21:54:29 -0800,
} Miles Lane <miles@megapathdsl.net> wrote:
} >make[4]: Entering directory `/usr/src/linux/drivers/acpi'
} >/usr/src/linux/Rules.make:224: *** Recursive variable `CFLAGS' references itself (eventually). Stop.
}
} In drivers/acpi/Makefile, delete the line
}
} $(MODINCL)/%.ver: CFLAGS = -I./include $(CFLAGS)
}
} You will be able to compile but acpi may not work with module symbol
} versions, so do not select module symbol versions.
}
Changing that line to:

$(MODINCL)/%.ver: CFLAGS := -I./include $(CFLAGS)

might work as well...

-- 
|| Bill Wendling			wendling@ganymede.isdn.uiuc.edu
-
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/