linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PATCHES] kbuild updates
@ 2006-01-09 21:11 Sam Ravnborg
  2006-01-09 21:38 ` [PATCH 01/11] kconfig: factor out ncurses check in a shell script Sam Ravnborg
                   ` (12 more replies)
  0 siblings, 13 replies; 25+ messages in thread
From: Sam Ravnborg @ 2006-01-09 21:11 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, Andrew Morton

Hi Linus.

Please pull from:
	ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild.git

Important changes:
	o do not build vmlinux as part of make install.
	     Error out if file is missing
	o no longer use git as part of make install

The changes has not been in -mm, But most are trivial and it works for
me.
The lxdialog change is a preparation for linking in lxdialog with
menuconfig.

	Sam
	
 Documentation/kbuild/makefiles.txt         |    4 -
 Kbuild                                     |    6 -
 Makefile                                   |   99 +++++++++++++++--------------
 arch/frv/boot/Makefile                     |    5 -
 arch/i386/Makefile                         |    9 +-
 arch/i386/boot/Makefile                    |    2 
 arch/i386/boot/install.sh                  |   14 ++++
 arch/ia64/Makefile                         |    7 --
 arch/powerpc/Makefile                      |    6 -
 arch/ppc/Makefile                          |    4 -
 arch/x86_64/Makefile                       |    5 +
 arch/x86_64/boot/Makefile                  |    2 
 arch/x86_64/boot/install.sh                |   41 ------------
 fs/xfs/Kbuild                              |    7 +-
 scripts/kconfig/lxdialog/Makefile          |   48 +++-----------
 scripts/kconfig/lxdialog/check-lxdialog.sh |   68 +++++++++++++++++++
 scripts/mod/file2alias.c                   |    3 
 scripts/reference_discarded.pl             |    7 +-
 scripts/setlocalversion                    |    3 
 19 files changed, 182 insertions(+), 158 deletions(-)

Brian Gerst:
      kbuild: clean up asm-offsets.h creation
      modpost/file2alias: Fix typo

Dave Jones:
      kbuild: reference_discarded addition

H. Peter Anvin:
      kbuild: drop vmlinux dependency from "make install"

Ryan Anderson:
      kbuild: In setlocalversion change -git_dirty to just -dirty

Sam Ravnborg:
      kconfig: factor out ncurses check in a shell script
      kbuild: remove GCC_VERSION
      frv: Use KERNELRELEASE
      kbuild/xfs: introduce fs/xfs/Kbuild
      kbuild: KERNELRELEASE is only re-defined when buiding the kernel

Tore Anderson:
      kbuild: ensure mrproper removes .old_version


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

end of thread, other threads:[~2006-02-01 23:27 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-09 21:11 [GIT PATCHES] kbuild updates Sam Ravnborg
2006-01-09 21:38 ` [PATCH 01/11] kconfig: factor out ncurses check in a shell script Sam Ravnborg
2006-01-10 20:27   ` Jan Engelhardt
2006-01-10 21:01     ` Sam Ravnborg
2006-01-10 21:28       ` Jan Engelhardt
2006-01-11 16:55     ` Sam Ravnborg
2006-01-11 18:11       ` Jan Engelhardt
2006-01-09 21:38 ` [PATCH 02/11] kbuild: clean up asm-offsets.h creation Sam Ravnborg
2006-01-09 21:38 ` [PATCH 03/11] modpost/file2alias: Fix typo Sam Ravnborg
2006-01-09 21:38 ` [PATCH 04/11] kbuild: In setlocalversion change -git_dirty to just -dirty Sam Ravnborg
2006-01-09 21:38 ` [PATCH 05/11] kbuild: ensure mrproper removes .old_version Sam Ravnborg
2006-01-09 21:38 ` [PATCH 06/11] kbuild: reference_discarded addition Sam Ravnborg
2006-01-09 21:38 ` [PATCH 07/11] kbuild: remove GCC_VERSION Sam Ravnborg
2006-01-09 21:38 ` [PATCH 08/11] frv: Use KERNELRELEASE Sam Ravnborg
2006-01-09 21:38 ` [PATCH 09/11] kbuild: drop vmlinux dependency from "make install" Sam Ravnborg
2006-01-12 16:21   ` Cal Peake
2006-01-12 21:25     ` Sam Ravnborg
2006-01-31 20:11   ` Dave Hansen
2006-01-31 21:04     ` [PATCH 09/11] kbuild: drop vmlinux dependency from 'make install' Sam Ravnborg
2006-02-01 23:27       ` Keith Owens
2006-01-09 21:38 ` [PATCH 10/11] kbuild/xfs: introduce fs/xfs/Kbuild Sam Ravnborg
2006-01-09 21:38 ` [PATCH 11/11] kbuild: KERNELRELEASE is only re-defined when buiding the kernel Sam Ravnborg
2006-01-09 21:50 ` [PATCH 12/11] kbuild: re-export VERSION, PATCHLEVEL, SUBLEVEL Sam Ravnborg
2006-01-10 16:27 ` [GIT PATCHES] kbuild updates Linus Torvalds
2006-01-12 23:18   ` [2.6 patch] i386: remove gcc version check for CONFIG_REGPARM Adrian Bunk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).