lkml.org 
[lkml]   [2002]   [Oct]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subject[PATCH] language fix for the main Makefile
From
Date

Since i am a french user, and that i sometime work in a french
environement i once had this problem of the Makefile unable to
correctly set the kbuild_2_4_nostdinc var. So i made the following
fix:
--- linux-2.4.19.old/Makefile 2002-10-19 13:17:53.000000000 +0200
+++ linux-2.4.19/Makefile 2002-10-19 19:58:50.000000000 +0200
@@ -258,7 +258,7 @@
# 'kbuild_2_4_nostdinc :=' or -I/usr/include for kernel code and you are not UML
# then your code is broken! KAO.

-kbuild_2_4_nostdinc := -nostdinc $(shell $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')
+kbuild_2_4_nostdinc := -nostdinc $(shell LANG=C LC_ALL=C $(CC) -print-search-dirs | sed -ne 's/install: \(.*\)/-I \1include/gp')
export kbuild_2_4_nostdinc

export CPPFLAGS CFLAGS CFLAGS_KERNEL AFLAGS AFLAGS_KERNEL
ps: for any comment/question please Cc: to me personnaly.

--
Benoit (Maverick) Plessis <benoit.plessis@maverick.eu.org> +33 6 77 42 78 32
1024D/B4D74B76 B9A7 3697 661D 25FB A609 E69E 92CA FFAB B4D7 4B76
\
 
 \ /
  Last update: 2005-03-22 13:30    [W:0.059 / U:0.132 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site