lkml.org 
[lkml]   [1997]   [Feb]   [25]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Subjectmissing rule in drivers/char/Makefile
DateTue, 25 Feb 1997 19:58:12 +0100 (MET)
From(Dick Streefland)
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    [from the cache]
©2003-2008