All of lore.kernel.org
 help / color / mirror / Atom feed
From: Todor Todorov <ttodorov@web.de>
To: linux-kernel@vger.kernel.org
Subject: [2.6.0-testX + mmX] PATCH small nls Makefile fix
Date: Tue, 12 Aug 2003 22:16:38 +0200	[thread overview]
Message-ID: <3F394B26.6060005@web.de> (raw)

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


                 reply	other threads:[~2003-08-12 20:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F394B26.6060005@web.de \
    --to=ttodorov@web.de \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.