mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PATCHES] kbuild.git updates for 2.6.19
@ 2006-09-24 21:08 Sam Ravnborg
  2006-09-24 22:22 ` Sam Ravnborg
  2006-09-25  2:15 ` Linus Torvalds
  0 siblings, 2 replies; 4+ messages in thread
From: Sam Ravnborg @ 2006-09-24 21:08 UTC (permalink / raw)
  To: Sam Ravnborg, Linus Torvalds, Andrew Morton, LKML

kbuild updates for 2.6.19.

Please pull from:

	git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git

All patches except a bunch of documentation fixes has been in -mm at least
a couple of -mm's with no or little feedback.
The headlines:

o Added unifdef to the kernel tree to provide better support for headers_*
o Build fails if there are undefined symbols in a module
o Run modpost on vmlinux also in case of non-module build

Patches will be sent to lkml as follow-up to this mail.

	Sam


___Shortlog___

Aron Griffis:
      kbuild: Extend kbuild/defconfig tags support to exuberant ctags

Bryce Harrington:
      kbuild: fix for some typos in Documentation/makefiles.txt

Jan Engelhardt:
      kconfig: linguistic fixes for Documentation/kbuild/kconfig-language.txt
      kbuild: linguistic fixes for Documentation/kbuild/modules.txt
      kbuild: linguistic fixes for Documentation/kbuild/makefiles.txt

Jesper Juhl:
      kbuild: add distclean info to 'make help' and more details for 'clean'

Kirill Korotaev:
      kbuild: fail kernel compilation in case of unresolved module symbols

Magnus Damm:
      kbuild: ignore references from ".pci_fixup" to ".init.text"

Matthew Wilcox:
      kconfig: support DOS line endings

Olaf Hering:
      remove RPM_BUILD_ROOT from asm-offsets.h

Randy Dunlap:
      dontdiff: add utsrelease.h

Robert P. J. Day:
      kbuild: update help in top level Makefile
      Documentaion: update Documentation/Changes with minimum versions
      kbuild: clarify "make C=" build option
      kbuild: fixup Documentation/kbuild/modules.txt
      kbuild: correct and clarify versioning info in Makefile

Rolf Eike Beer:
      kbuild: fix "mkdir -p" usage in scripts/package/mkspec

Sam Ravnborg:
      kbuild: consistently decide when to rebuild a target
      kbuild: add unifdef
      kbuild: replace use of strlcpy with a dedicated implmentation in unifdef
      kbuild: use in-kernel unifdef
      kbuild: modpost on vmlinux regardless of CONFIG_MODULES
      kbuild: make V=2 tell why a target is rebuild
      kbuild: make -rR is now default
      kbuild: preperly align SYSMAP output
      kbuild: add missing return statement in modpost.c:secref_whitelist()
      kbuild: create output directory for hostprogs with O=.. build
      kbuild: remove debug left-over from Makefile.host

___git diff --stat --summary___

 Documentation/Changes                     |    7 
 Documentation/dontdiff                    |    1 
 Documentation/kbuild/kconfig-language.txt |   12 
 Documentation/kbuild/makefiles.txt        |  265 ++++----
 Documentation/kbuild/modules.txt          |  161 ++---
 Documentation/sparse.txt                  |    8 
 Kbuild                                    |    2 
 Makefile                                  |  134 +++-
 scripts/Kbuild.include                    |   93 ++-
 scripts/Makefile                          |    5 
 scripts/Makefile.build                    |    5 
 scripts/Makefile.headersinst              |    2 
 scripts/Makefile.host                     |   20 -
 scripts/Makefile.modpost                  |   13 
 scripts/kconfig/Makefile                  |    1 
 scripts/kconfig/confdata.c                |    8 
 scripts/mod/modpost.c                     |   42 +
 scripts/package/mkspec                    |    4 
 scripts/unifdef.c                         | 1005 +++++++++++++++++++++++++++++
 usr/Makefile                              |    2 
 20 files changed, 1471 insertions(+), 319 deletions(-)
 create mode 100644 scripts/unifdef.c

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2006-09-25 18:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-09-24 21:08 [GIT PATCHES] kbuild.git updates for 2.6.19 Sam Ravnborg
2006-09-24 22:22 ` Sam Ravnborg
2006-09-25  2:15 ` Linus Torvalds
2006-09-25 18:40   ` Sam Ravnborg

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

all inboxes | Powered by JetHome®