lkml.org 
[lkml]   [2003]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[2.6.0-testX + mmX] PATCH small nls Makefile fix
Hi everyone,

a small typo in the Makefile in fs/nls/ prevents codepage 1250 from
compiling and installing whatever the .config value.

Best regards,
T.Todorov

--- linux-2.6.0-test3-mm1/fs/nls/Makefile.orig 2003-08-10 12:46:30.000000000 +0200
+++ linux-2.6.0-test3-mm1/fs/nls/Makefile 2003-08-10 12:48:05.000000000 +0200
@@ -24,6 +24,7 @@
obj-$(CONFIG_NLS_CODEPAGE_936) += nls_cp936.o nls_gb2312.o
obj-$(CONFIG_NLS_CODEPAGE_949) += nls_cp949.o nls_euc-kr.o
obj-$(CONFIG_NLS_CODEPAGE_950) += nls_cp950.o nls_big5.o
+obj-$(CONFIG_NLS_CODEPAGE_1250) += nls_cp1250.o
obj-$(CONFIG_NLS_CODEPAGE_1251) += nls_cp1251.o
obj-$(CONFIG_NLS_CODEPAGE_1255) += nls_cp1255.o
obj-$(CONFIG_NLS_ISO8859_1) += nls_iso8859-1.o
\
 
 \ /
  Last update: 2005-03-22 13:47    [W:0.030 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site