1. 04 Jun, 2003 5 commits
    • Jeff Wiedemeier's avatar
      [PATCH] compile fix for agp_memory struct definitition change · ddeb999b
      Jeff Wiedemeier authored
      In 2.5.70, the agp_memory struct changed from:
         typedef struct agp_memory
      to:
         struct agp_memory
      
      This patch propagates that change into include/asm-alpha/agp_backend.h and
      arch/alpha/kernel/core_{titan,marvel}.c
      
      /jeff
      ddeb999b
    • Linus Torvalds's avatar
      Merge bk://linux-sam.bkbits.net/kbuild · fbf47415
      Linus Torvalds authored
      into home.transmeta.com:/home/torvalds/v2.5/linux
      fbf47415
    • Sam Ravnborg's avatar
      kbuild: CROSS_COMPILE and ARCH definitions · b830d797
      Sam Ravnborg authored
      Patch originally by Jesse Barnes <jbarnes@sgi.com>
      
      Previously the user were required to supply CROSS_COMPILE and ARCH on the
      commandline to make, alternatively they patched the Makefile direct.
      The following patch allows the user to specify the value of these in
      a variable assigned during init or similar.
      b830d797
    • Sam Ravnborg's avatar
      kbuild: Silence kbuild with make V=0 · 9f115a3b
      Sam Ravnborg authored
      With make version 3.80 kbuild echo'ed the fixdep command
      executed each time a c file was compiled.
      This has been tracked down to a bug in version 3.80 of make.
      Avoiding newlines in canned command sequences avoid this problem.
      
      At the same time consolidated similar code in Makefile.build,
      and avoiding a few ifdef/endif pairs resulting in a more readable makefile.
      9f115a3b
    • Sam Ravnborg's avatar
      kbuild: Updated make help · 8aa0cff0
      Sam Ravnborg authored
      Patches originally by Adrian Bunk and Rudmer van Dijk.
      Included "make V=0|1" and "make C=1"
      8aa0cff0
  2. 03 Jun, 2003 35 commits