1. 04 Jun, 2003 4 commits
    • Kai Germaschewski's avatar
      Merge bk://linux-sam.bkbits.net/kbuild · e971a3f0
      Kai Germaschewski authored
      into tp1.ruhr-uni-bochum.de:/home/kai/kernel/v2.5/linux-2.5.make
      e971a3f0
    • 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 21 commits
  3. 04 Jun, 2003 6 commits
  4. 03 Jun, 2003 6 commits
  5. 02 Jun, 2003 3 commits