Re: Linux 2.4.23-pre8

From: Marcelo Tosatti
Date: Thu Oct 23 2003 - 12:55:29 EST




On 23 Oct 2003, Peter Osterlund wrote:

> The toplevel Makefile contains this change which looks like a typo:
>
> @@ -28,7 +28,7 @@
> AS = $(CROSS_COMPILE)as
> LD = $(CROSS_COMPILE)ld
> CC = $(CROSS_COMPILE)gcc
> -CPP = $(CC) -E
> +PP = $(CC) -E
> AR = $(CROSS_COMPILE)ar
> NM = $(CROSS_COMPILE)nm
> STRIP = $(CROSS_COMPILE)strip

Yes its a typo. Its in fixed in the BK tree.



-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/