1. 08 Jun, 2003 1 commit
    • Sam Ravnborg's avatar
      kbuild: kill do_cmd · 11acea02
      Sam Ravnborg authored
      The lonely two users of do_cmd has gone.
      Therefore we can now kill it for good
      11acea02
  2. 07 Jun, 2003 3 commits
  3. 06 Jun, 2003 2 commits
  4. 05 Jun, 2003 1 commit
  5. 04 Jun, 2003 5 commits
    • Sam Ravnborg's avatar
      kbuild: Silence output with make 3.80 · 458435ac
      Sam Ravnborg authored
      In the top-level makefile escaped two lines to avoid launching a second subshell.
      This make the build a bit less verbose with make V=0
      458435ac
    • 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
  6. 03 Jun, 2003 28 commits