lkml.org 
[lkml]   [1997]   [Feb]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectmissing rule in drivers/char/Makefile
Date
From
After making a modification to the default keyboard mappings, I noticed
that the Makefile is lacking a rule to create "defkeymap.c" from
"defkeymap.map". The patch below fixes this. And yes, I know I can
change the keyboard mappings with "loadkeys" in my startup scripts, but
I want to use the kernel on a bootflop with no room for "loadkeys".

--- linux/drivers/char/Makefile.orig Sun Jan 26 18:17:12 1997
+++ linux/drivers/char/Makefile Sat Feb 22 13:13:46 1997
@@ -231,3 +231,8 @@

uni_hash.tbl: $(FONTMAPFILE) conmakehash
./conmakehash $(FONTMAPFILE) > uni_hash.tbl
+
+ifndef CONFIG_SUN_KEYBOARD
+defkeymap.c: defkeymap.map
+ loadkeys --mktable defkeymap.map > defkeymap.c
+endif
Dick
--
Dick Streefland //// Tasking Software BV
dick_streefland@tasking.com (@ @) http://www.tasking.com
--------------------------------oOO--(_)--OOo---------------------------
\
 
 \ /
  Last update: 2005-03-22 13:39    [W:0.035 / U:1.012 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site