1. 23 Jun, 2002 2 commits
    • Kai Germaschewski's avatar
      kbuild: Provide shipped versions of the keymap files · 70545e8f
      Kai Germaschewski authored
      The keyboard maps are generated from appropriate .map files by running
      loadkeys --mktable. However, there are two reasons to provide shipped
      versions and use those by default
      
      1) Not everybody has loadkeys installed.
      2) As pointed out by Andries Brouwer, if changes to the tables occur in
         the kernel tree, that may require a new/recompiled version of loadkeys,
         so that the version of loadkeys required for the kernel build is
         often ahead of the installed base.
      
      For these reasons, we provide shipped versions of the generated files and
      use them unless the user explicitly asks for regenerating by uncommenting
      the appropriate line in the Makefile.
       
      70545e8f
    • Kai Germaschewski's avatar
      kbuild: Fix calling of make_times_h and gentbl · 6e529b03
      Kai Germaschewski authored
      make did normalize away the "./", so we better put the command
      explicitly.
      
      (Geert Uytterhoeven, Adam Richter and others)
      6e529b03
  2. 21 Jun, 2002 1 commit
  3. 20 Jun, 2002 37 commits