linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [2.6.0-testX + mmX] PATCH small nls Makefile fix
@ 2003-08-12 20:16 Todor Todorov
  0 siblings, 0 replies; only message in thread
From: Todor Todorov @ 2003-08-12 20:16 UTC (permalink / raw)
  To: linux-kernel

[-- Attachment #1: Type: text/plain, Size: 162 bytes --]

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


[-- Attachment #2: patch.cp1250 --]
[-- Type: text/plain, Size: 553 bytes --]

--- 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-08-12 20:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-12 20:16 [2.6.0-testX + mmX] PATCH small nls Makefile fix Todor Todorov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).