An error occurred fetching the project authors.
  1. 04 Oct, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: small fixes · 729586ea
      Kai Germaschewski authored
      Fix "make xconfig" and remove a reference to drivers/sbus/audio,
      which does not exist.
      
      (Sam Ravnborg)
      729586ea
  2. 03 Oct, 2002 2 commits
    • Kai Germaschewski's avatar
      kbuild: Adapt mrproper targets · b10f0611
      Kai Germaschewski authored
      Use $(call descend,..) for mrproper as well.
      b10f0611
    • Kai Germaschewski's avatar
      kbuild: include arch-Makefile in common place · 09384ba9
      Kai Germaschewski authored
      The top-level Makefile is separated into two parts, one which does
      include .config, so it can access CONFIG_FOO, and one which does not,
      since it may not even exist yet (make *config).
      
      However, both parts need to include arch/$(ARCH)/Makefile, be it for 
      arch-specific settings or just for archclean/archmrproper.
      
      So we now include arch/$(ARCH)/Makefile before the config/noconfig split,
      which also has the advantage of giving us the arch-specific build dirs
      (e.g. arch/i386/{kernel,mm,lib}) in both cases.
      
      In addition, fix a couple of small glitches (make menuconfig, make 
      modules_install, proper output when descending)
      09384ba9
  3. 02 Oct, 2002 3 commits
    • Kai Germaschewski's avatar
      kbuild: Use $(core-y) and friends directly · 4b4b98c2
      Kai Germaschewski authored
      The capitalized aliases $(CORE_FILES) etc are basically superfluous now,
      move the remaining users to $(core-y) and the like.
      4b4b98c2
    • Kai Germaschewski's avatar
      kbuild: Handle $(core-y) the same way as $(init-y), $(drivers-y) etc · d732f127
      Kai Germaschewski authored
      $(CORE_FILES) did not quite follow the way the other vmlinux parts where
      handled, due to potential init order dependencies. However, it seems
      everybody is putting arch specific stuff in front, so we keep doing
      this and nothing should break ;)
      d732f127
    • Kai Germaschewski's avatar
      kbuild: Small cleanups · 83a26d41
      Kai Germaschewski authored
      o Use a function "descend" for descending into subdirectories
      o Remove unused (?) "boot" target
      o Remove unnecessary intermediate "sub_dirs" target from Rules.make
      o Use /bin/true instead of echo -n to suppress spurious
        "nothing to be done for ..." output from make
      83a26d41
  4. 30 Sep, 2002 1 commit
  5. 29 Sep, 2002 1 commit
  6. 28 Sep, 2002 1 commit
  7. 27 Sep, 2002 4 commits
  8. 26 Sep, 2002 1 commit
  9. 21 Sep, 2002 2 commits
  10. 20 Sep, 2002 2 commits
  11. 19 Sep, 2002 1 commit
  12. 18 Sep, 2002 2 commits
  13. 17 Sep, 2002 3 commits
  14. 15 Sep, 2002 1 commit
  15. 12 Sep, 2002 2 commits
  16. 09 Sep, 2002 1 commit
  17. 04 Sep, 2002 1 commit
  18. 31 Aug, 2002 1 commit
  19. 27 Aug, 2002 1 commit
  20. 16 Aug, 2002 3 commits
  21. 15 Aug, 2002 1 commit
  22. 10 Aug, 2002 1 commit
  23. 03 Aug, 2002 1 commit
    • Jeff Dike's avatar
      [PATCH] UML preparation - infrastructure · 8f103851
      Jeff Dike authored
      This patch (against 2.5.30) contains all of the changes to generic code
      needed by UML.
      
      CREDITS -
      	Changes my address and adds a UML credit for Lars Brinkoff.
      
      MAINTAINERS -
      	Adds a UML entry.
      
      Makefile -
      	When ARCH=um is on the command line to do a UML build, the old value
      	of ARCH is saved in $(SUBARCH) for the later use of the UML build.
      
      drivers/char/Makefile -
      	Sets KEYMAP, KEYBD, CONSOLE empty to prevent hardware drivers from
      	being compiled in.
      
      drivers/net/setup.c -
      	Backs out a UML hook which leaked into your tree which UML no
      	longer uses.
      8f103851
  24. 01 Aug, 2002 1 commit
  25. 29 Jul, 2002 1 commit
  26. 26 Jul, 2002 1 commit