1. 17 10月, 2008 1 次提交
  2. 13 8月, 2008 1 次提交
    • R
      docsrc: build Documentation/ sources · 3794f3e8
      Randy Dunlap 提交于
      Currently source files in the Documentation/ sub-dir can easily bit-rot
      since they are not generally buildable, either because they are hidden in
      text files or because there are no Makefile rules for them.  This needs to
      be fixed so that the source files remain usable and good examples of code
      instead of bad examples.
      
      Add the ability to build source files that are in the Documentation/ dir.
      Add to Kconfig as "BUILD_DOCSRC" config symbol.
      
      Use "CONFIG_BUILD_DOCSRC=1 make ..." to build objects from the
      Documentation/ sources.  Or enable BUILD_DOCSRC in the *config system.
      However, this symbol depends on HEADERS_CHECK since the header files need
      to be installed (for userspace builds).
      
      Built (using cross-tools) for x86-64, i386, alpha, ia64, sparc32,
      sparc64, powerpc, sh, m68k, & mips.
      Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Reviewed-by: NSam Ravnborg <sam@ravnborg.org>
      Signed-off-by: NAndrew Morton <akpm@linux-foundation.org>
      Signed-off-by: NLinus Torvalds <torvalds@linux-foundation.org>
      3794f3e8
  3. 04 8月, 2008 1 次提交
  4. 30 4月, 2008 1 次提交
  5. 26 4月, 2008 1 次提交
  6. 18 4月, 2008 1 次提交
  7. 07 3月, 2008 1 次提交
  8. 14 2月, 2008 1 次提交
  9. 12 1月, 2008 2 次提交
  10. 29 11月, 2007 1 次提交
  11. 20 10月, 2007 1 次提交
  12. 12 10月, 2007 1 次提交
  13. 20 7月, 2007 1 次提交
  14. 09 5月, 2007 1 次提交
  15. 03 5月, 2007 2 次提交
  16. 31 12月, 2006 1 次提交
  17. 07 12月, 2006 1 次提交
    • J
      [PATCH] Clean up 'make help' output for documentation targets. · 6fc52f81
      Jesper Juhl 提交于
      Here's a patch that cleans up the "make help" output a bit for the
      documentation targets.
      
      Currently the documentation targets are listed completely different than
      all the other targets :
      
        Documentation targets:
          Linux kernel internal documentation in different formats:
          xmldocs (XML DocBook), psdocs (Postscript), pdfdocs (PDF)
          htmldocs (HTML), mandocs (man pages, use installmandocs to install)
      
      with this patch they are more in line with the rest of the output :
      
        Documentation targets:
         Linux kernel internal documentation in different formats:
          htmldocs        - HTML
          installmandocs  - install man pages generated by mandocs
          mandocs         - man pages
          pdfdocs         - PDF
          psdocs          - Postscript
          xmldocs         - XML DocBook
      Signed-off-by: NJesper Juhl <jesper.juhl@gmail.com>
      Acked-by: NRandy Dunlap <randy.dunlap@oracle.com>
      Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
      6fc52f81
  18. 04 11月, 2006 1 次提交
  19. 31 10月, 2006 1 次提交
  20. 30 6月, 2006 1 次提交
  21. 01 4月, 2006 1 次提交
  22. 06 3月, 2006 1 次提交
  23. 05 3月, 2006 1 次提交
  24. 14 11月, 2005 1 次提交
  25. 07 11月, 2005 1 次提交
  26. 24 6月, 2005 1 次提交
  27. 21 5月, 2005 1 次提交
  28. 01 5月, 2005 5 次提交
  29. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4