An error occurred fetching the project authors.
  1. 24 Mar, 2003 1 commit
  2. 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
  3. 10 Feb, 2003 1 commit
  4. 02 Jan, 2003 1 commit
  5. 15 Dec, 2002 1 commit
  6. 04 Nov, 2002 1 commit
  7. 16 Oct, 2002 1 commit
  8. 02 Oct, 2002 1 commit
  9. 29 Sep, 2002 1 commit
  10. 25 Jul, 2002 1 commit
  11. 16 Jul, 2002 1 commit
  12. 20 Jun, 2002 1 commit
  13. 24 May, 2002 1 commit
    • Kai Germaschewski's avatar
      kbuild: Use consistently FORCE instead of dummy · cc4749dc
      Kai Germaschewski authored
      FORCE is the de-facto standard name for a prequisite to force
      recompilation, so instead of using a mix of 'dummy','FORCE' and
      'FORCE_RECOMPILE' use 'FORCE' everywhere.
      
      Also, move figuring out the path relative to the top level dir
      into Rules.make, instead of calling an external script. 
      cc4749dc
  14. 05 Feb, 2002 1 commit