* 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* Re: make menuconfig, driver support, character device drivers
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
0 siblings, 2 replies; 4+ messages in thread
From: daniele giacomini @ 2008-06-03 16:11 UTC (permalink / raw)
To: linux-8086
PS: i just noticed that the email address elks@jodybruchon.com is not
valid; I hope that the CVS maintainer is reading the list and that the
fix will be applied. :-)
--
daniele giacomini
via Morganella EST, 21
31050 Ponzano Veneto (TV)
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make menuconfig, driver support, character device drivers
2008-06-03 16:11 ` daniele giacomini
@ 2008-06-03 16:14 ` JBRUCHON
2008-06-04 2:20 ` Ben Weiss
1 sibling, 0 replies; 4+ messages in thread
From: JBRUCHON @ 2008-06-03 16:14 UTC (permalink / raw)
To: linux-8086
Yes I am.
daniele giacomini wrote:
> PS: i just noticed that the email address elks@jodybruchon.com is not
> valid; I hope that the CVS maintainer is reading the list and that the
> fix will be applied. :-)
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: make menuconfig, driver support, character device drivers
2008-06-03 16:11 ` daniele giacomini
2008-06-03 16:14 ` JBRUCHON
@ 2008-06-04 2:20 ` Ben Weiss
1 sibling, 0 replies; 4+ messages in thread
From: Ben Weiss @ 2008-06-04 2:20 UTC (permalink / raw)
To: linux-8086, daniele giacomini
Nice fix! I'd been using -f, but -k 2 works better.
Since we're on the topic, can bug 1953832 (also deals with this issue) be marked as closed/fixed then?
-Ben
--- On Tue, 6/3/08, daniele giacomini <appunti2@gmail.com> wrote:
> From: daniele giacomini <appunti2@gmail.com>
> Subject: Re: make menuconfig, driver support, character device drivers
> To: linux-8086@vger.kernel.org
> Date: Tuesday, June 3, 2008, 11:11 AM
> PS: i just noticed that the email address
> elks@jodybruchon.com is not
> valid; I hope that the CVS maintainer is reading the list
> and that the
> fix will be applied. :-)
> --
> daniele giacomini
> via Morganella EST, 21
> 31050 Ponzano Veneto (TV)
> --
> To unsubscribe from this list: send the line
> "unsubscribe linux-8086" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at
> http://vger.kernel.org/majordomo-info.html
^ 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