An error occurred fetching the project authors.
  1. 09 Mar, 2003 1 commit
    • Sam Ravnborg's avatar
      kbuild: Use targets := to tell kbuild about additional targets · 0be6a9a0
      Sam Ravnborg authored
      EXTRA_TARGETS served several purposes before:
      1) List targets to be build (built-in only)
      2) Inform kbuild of targets within the makefile
      
      Mixing the above are causing confusion, so for now on
      targets :=
      is used to inform kbuild about targets in a Makefile - that it otherwise
      did not know about.
      
      kbuild uses the "targets :=" information to:
      a) read the dependency file .target.cmd
      b) delete the target file during make clean
      0be6a9a0
  2. 21 Nov, 2002 1 commit
    • Paul Mackerras's avatar
      PPC32: clean up the arch/ppc/boot Makefiles. · e7b34565
      Paul Mackerras authored
      This removes Rules.make inclusions, makes make clean work properly,
      removes EXTRA_TARGETS where not needed, and fixes a couple of compile
      warnings in the boot wrappers where <linux/string.h> wasn't included.
      e7b34565
  3. 08 Nov, 2002 1 commit
  4. 19 Oct, 2002 1 commit
    • Paul Mackerras's avatar
      PPC32: Update boot wrapper Makefiles. · 2d4de969
      Paul Mackerras authored
      We can't now use make -C in conjunction with Rules.make because
      the rules for making .o files break if we do.  This updates the
      boot wrapper Makefiles so that we don't use make -C, instead we
      use call descend plus various other new features in Rules.make.
      2d4de969
  5. 11 Feb, 2002 1 commit
  6. 05 Feb, 2002 1 commit
    • Linus Torvalds's avatar
      v2.4.4.5 -> v2.4.4.6 · c9df1e20
      Linus Torvalds authored
        - Johannes Erdfelt: OHCI hash-chain corruption fix, USB updates
        - Richard Henderson, Ivan Kokshaysky: alpha PCI iommu fixes
        - Tim Waugh: parport changelogs and printk levels
        - Andrew Morton: vmalloc off-by-one (overly sensitive) test
        - Al Viro: VFS layer cleanups
        - Cort Dougan: PPC updates (big bootloader re-org)
        - Alan Cox: more merges, remove phillips camera conversion code
        - Andrea Arkangeli: alpha fixups
        - OGAWA Hirofumi: big-sector support with FAT
        - Neil Brown: more md fixes
      c9df1e20