An error occurred fetching the project authors.
  1. 18 Jun, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Add $(obj), $(src) for generated files · a71684b9
      Kai Germaschewski authored
      I suppose one can argue whether that is ugly or rather nice for
      documentary purposes, but make on its own cannot figure out where a file
      is supposed to live, so we have to help it.
      
      (For the targets handled by Rules.make the situation is different, there
       Rules.make knows what's source and what's object and can add prefixes
       as necessary, so the most of the Makefiles are actually not affected by
       this kind of change)
      
      For now, as $(obj) = $(src) = ., we only add "./", so the potential for
      breakage is rather small.
      a71684b9
  2. 23 May, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Assorted small cleanups · 8af78f3f
      Kai Germaschewski authored
      o Standardize building math-emu.o for arch/alpha
      o Remove old boilerplate code / redundant comments
      o Remove unnecessary obj-m := $(sort $(obj-m)) in ALSA
      8af78f3f
  3. 05 Feb, 2002 2 commits
    • Linus Torvalds's avatar
      v2.4.3.3 -> v2.4.3.4 · d39a11f3
      Linus Torvalds authored
        - David Miller: sparc rw semaphores moved over
        - Alan Cox: yet more resyncs
        - NIIBE Yutaka: Super-H driver update
        - David Howells: more rw-sem cleanups, updates
        - USB updates
        - Al Viro: filesystem init cleanup
      d39a11f3
    • Linus Torvalds's avatar
      Import changeset · 7a2deb32
      Linus Torvalds authored
      7a2deb32