mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT] kbuild stuff
@ 2009-01-07 21:02 Sam Ravnborg
  0 siblings, 0 replies; only message in thread
From: Sam Ravnborg @ 2009-01-07 21:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-kbuild, LKML

Hi Linus.

First set of kbuild related fixes and other stuff.

o Anders fixed up qnx and I took this patch via my tree
  as it is a general include header issue.

o Andi added a new script 'config' to manipulate the configuration
  It needs some polishing but is usefull as is

o Arjan improved bootchart - and I took his word for that it is an improvement

o Jike added back ALLSOURCE_ARCHS to tags as it is actually used

o Wolfram fixed some documentation typos

o And I fixed a modules_install regression

All in all only small details.

Outstanding things at the moments:

- The patches to strip modules and vmlinux causes troubles:
  o With MODVERSIONS enabled ccache and distcc does no longer improve things
  o sparc build is br0ken

- Alan's reported issue with broken 32 bit build is not solved - awaiting feedback from Alan

I dunno what to do to make people start looking at all the warnings our
exported headers generates. Maybe I should let headers_check error ou if
there is more than 10 warnings in a directory..

Please pull from:

   git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixes.git master

	Sam


Anders Larsen (1):
      qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} types

Andi Kleen (2):
      kconfig: add script to manipulate .config files on the command line
      kbuild: add a symlink to the source for separate objdirs

Arjan van de Ven (1):
      bootchart: improve output based on Dave Jones' feedback

Jike Song (1):
      kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscope

Sam Ravnborg (1):
      fix modules_install via NFS

Wolfram Sang (1):
      kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in Documentation

 Documentation/kbuild/kbuild.txt  |    7 ++
 Documentation/kbuild/modules.txt |    4 +-
 Makefile                         |    1 +
 firmware/.gitignore              |    1 -
 firmware/Makefile                |   10 +--
 include/linux/qnx4_fs.h          |    4 +-
 include/linux/qnxtypes.h         |    5 +-
 scripts/.gitignore               |    1 +
 scripts/Makefile                 |    3 +-
 scripts/bootgraph.pl             |   16 +++-
 scripts/config                   |  150 ++++++++++++++++++++++++++++++++++++++
 {firmware => scripts}/ihex2fw.c  |    0
 scripts/tags.sh                  |   18 +++-
 13 files changed, 194 insertions(+), 26 deletions(-)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-07 21:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-07 21:02 [GIT] kbuild stuff Sam Ravnborg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome