1. 19 Feb, 2003 2 commits
    • Kai Germaschewski's avatar
      kbuild: Fix a race with module postprocessing · 939ff499
      Kai Germaschewski authored
      For the modversions case, we need vmlinux to be built before postprocessing
      modules can start, since we need to extract the checksums from it.
      
      For the non-modversions case, we use vmlinux if it's available (so we can
      sensibly give warnings about unresolved symbols), but otherwise not. 
      However, this could race with vmlinux being built at the exact same time as 
      being processed.
      
      Fixed by waiting until vmlinux is finished before starting module
      postprocessing.
      939ff499
    • Kai Germaschewski's avatar
      kbuild: Remove scripts/elfconfig.h with "make clean" · 4339cd9a
      Kai Germaschewski authored
      We have a bit of a mess with build-targets, EXTRA_TARGETS, targets,
      which needs cleaning up some time. Anyway, we just add $(targets) to the
      files which get deleted with "make clean" for now.
      4339cd9a
  2. 18 Feb, 2003 38 commits