Re: [KBUILD] test11pre6: incorrect makefile change

From: Michael Elizabeth Chastain (mec@shout.net)
Date: Fri Nov 17 2000 - 12:17:17 EST


peter> This toplevel Makefile change in 11pre6 is wrong:
peter>
peter> - $(HOSTCC) $(HOSTCFLAGS) -o scripts/split-include scripts/split-include.c
peter> + $(HOSTCC) $(HOSTCFLAGS) -I$(HPATH) -o scripts/split-include scripts/split-include.c

Peter is right. $(HOSTCC) must compile and link C programs on
the host without reference to any kernel include files.

Michael Elizabeth Chastain
<mailto:mec@shout.net>
"love without fear"
-
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/



This archive was generated by hypermail 2b29 : Thu Nov 23 2000 - 21:00:13 EST