public inbox for linux-8086@vger.kernel.org
 help / color / mirror / Atom feed
* make menuconfig, driver support, character device drivers
@ 2008-06-03 16:07 daniele giacomini
  2008-06-03 16:11 ` daniele giacomini
  0 siblings, 1 reply; 4+ messages in thread
From: daniele giacomini @ 2008-06-03 16:07 UTC (permalink / raw)
  To: linux-8086, elks

Hello,
I just downloaded a kernel CVS copy from
:pserver:anonymous@elks.cvs.sourceforge.net:/cvsroot/elks and I tryed
to compile it.
The character device drivers had a note, telling that it was broken.

I fond that the problem was the script
<elks>/arcs/i86/drivers/char/KeyMaps/mkcfg
The problem is the sort command, that does not allow the option "+1f".
The fix is very simple; please, applay for me.

--------------------------------------------

diff -ur elks.orig/arch/i86/drivers/char/Config.in
elks/arch/i86/drivers/char/Config.in
--- elks.orig/arch/i86/drivers/char/Config.in   2008-06-03
17:34:16.000000000 +0200
+++ elks/arch/i86/drivers/char/Config.in        2008-06-03
17:49:58.000000000 +0200
@@ -3,7 +3,7 @@
 #

 mainmenu_option next_comment
-    comment 'Character device drivers (SUBMENU IS CURRENTLY BROKEN!)'
+    comment 'Character device drivers'

     if [ "$CONFIG_ARCH_SIBO" != "y" ]; then
        choice 'Select console driver'                  \
diff -ur elks.orig/arch/i86/drivers/char/KeyMaps/mkcfg
elks/arch/i86/drivers/char/KeyMaps/mkcfg
--- elks.orig/arch/i86/drivers/char/KeyMaps/mkcfg       2008-06-03
17:44:51.000000000 +0200
+++ elks/arch/i86/drivers/char/KeyMaps/mkcfg    2008-06-03
17:46:51.000000000 +0200
@@ -23,4 +23,4 @@
     printf '"\t\tAmerican\n\n# EOF.\n' >&3
 }

-codes | sort +1f | process 3> Config.in 4> keymaps.h
+codes | sort -k 2 | process 3> Config.in 4> keymaps.h

--------------------------------------------


Thank you for your attention.
-- 
daniele giacomini
via Morganella EST, 21
31050 Ponzano Veneto (TV)

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-06-04  2:20 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-03 16:07 make menuconfig, driver support, character device drivers daniele giacomini
2008-06-03 16:11 ` daniele giacomini
2008-06-03 16:14   ` JBRUCHON
2008-06-04  2:20   ` Ben Weiss

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox