1. 14 10月, 2006 1 次提交
  2. 13 10月, 2006 1 次提交
  3. 12 10月, 2006 1 次提交
  4. 05 10月, 2006 1 次提交
  5. 04 10月, 2006 1 次提交
  6. 27 9月, 2006 1 次提交
  7. 25 9月, 2006 1 次提交
  8. 26 9月, 2006 1 次提交
  9. 25 9月, 2006 11 次提交
  10. 21 9月, 2006 1 次提交
  11. 20 9月, 2006 1 次提交
  12. 19 9月, 2006 1 次提交
  13. 17 9月, 2006 1 次提交
    • D
      [PATCH] headers_check: use a different default directory · 1ab7a1f3
      David Woodhouse 提交于
      `make headers_check' wants to go and write stuff in /lib/modules, which
      requires root, whic is unfortunate.
      
      In fact, there's no _particular_ reason for headers_install to put it there
      either -- it can go into a subdirectory of the build tree in both cases.
      It's not intended to go directly into /usr/include, which is why we didn't
      put it there -- and we certainly don't want people screwing around with
      symlinking to it.  It's for distributors to take away and do stuff with, so
      leaving it in $(objtree) is fine, even in the headers_install case.
      
      I picked $(objtree)/usr/include but I have no _particular_ preference
      for that; it just seemed reasonable.
      Signed-off-by: NDavid Woodhouse <dwmw2@infradead.org>
      Cc: Sam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NAndrew Morton <akpm@osdl.org>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      1ab7a1f3
  14. 13 9月, 2006 1 次提交
  15. 04 9月, 2006 1 次提交
  16. 28 8月, 2006 1 次提交
  17. 17 8月, 2006 1 次提交
  18. 08 8月, 2006 1 次提交
  19. 07 8月, 2006 1 次提交
  20. 01 8月, 2006 2 次提交
  21. 30 7月, 2006 1 次提交
  22. 16 7月, 2006 1 次提交
  23. 06 7月, 2006 2 次提交
  24. 04 7月, 2006 1 次提交
    • S
      kbuild: introduce utsrelease.h · 63104eec
      Sam Ravnborg 提交于
      include/linux/version.h contained both actual KERNEL version
      and UTS_RELEASE that contains a subset from git SHA1 for when
      kernel was compiled as part of a git repository.
      This had the unfortunate side-effect that all files including version.h
      would be recompiled when some git changes was made due to changes SHA1.
      Split it out so we keep independent parts in separate files.
      
      Also update checkversion.pl script to no longer check for UTS_RELEASE.
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      63104eec
  25. 03 7月, 2006 1 次提交
  26. 01 7月, 2006 2 次提交
    • D
      kbuild: documentation change on allowing checkers besides sparse · 701842e3
      Dustin Kirkland 提交于
      Minor documentation change on allowing checkers besides sparse
      
      This patch cleans up a couple of mentions of sparse in the inline
      toplevel Makefile documentation such that it's clear that other checkers
      besides sparse can override CHECK and CHECKFLAGS.
      Signed-off-by: NDustin Kirkland <dustin.kirkland@us.ibm.com>
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      701842e3
    • S
      kbuild: fix ia64 breakage after introducing make -rR · 5e8d780d
      Sam Ravnborg 提交于
      kbuild used $¤(*F to get filename of target without extension.
      This was used in several places all over kbuild, but introducing
      make -rR broke his for all cases where we specified full path to
      target/prerequsite. It is assumed that make -rR disables old style
      suffix-rules which is why is suddenly failed.
      
      ia64 was impacted by this change because several div* routines in
      arch/ia64/lib are build using explicit paths and then kbuild failed.
      
      Thanks to David Mosberger-Tang <David.Mosberger@acm.org> for an explanation
      what was the root-cause and for testing on ia64.
      
      This patch also fixes two uses of $(*F) in arch/um
      Signed-off-by: NSam Ravnborg <sam@ravnborg.org>
      5e8d780d
  27. 25 6月, 2006 1 次提交