mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [GIT PATCHES] kbuild fixes
@ 2006-01-19 20:02 Sam Ravnborg
  2006-01-19 20:04 ` [PATCH 1/3] kconfig: fix /dev/null breakage Sam Ravnborg
                   ` (3 more replies)
  0 siblings, 4 replies; 10+ messages in thread
From: Sam Ravnborg @ 2006-01-19 20:02 UTC (permalink / raw)
  To: Linus Torvalds, linux-kernel, Andrew Morton, Sam Ravnborg

Hi Linus.

Please pull from:

	ssh://master.kernel.org/pub/linux/kernel/git/sam/kbuild.git

This will fix the issue that executing make menuconfig and make mrproper
will change permissions on /dev/null and sometimes convert it to a
regular file.
gcc ... -o /dev/null was causing the trouble so we avoid it now.

Two other fixes included:

Al Viro:
      cris: asm-offsets related build failure

Sam Ravnborg:
      kconfig: fix /dev/null breakage
      kbuild: fix build with O=..


diffstat:

 Makefile                                   |   12 ++++++------
 arch/cris/Makefile                         |    6 ++----
 scripts/kconfig/lxdialog/Makefile          |    7 +++++--
 scripts/kconfig/lxdialog/check-lxdialog.sh |   15 +++++++++------
 4 files changed, 22 insertions(+), 18 deletions(-)

^ permalink raw reply	[flat|nested] 10+ messages in thread
* [GIT PATCHES] kbuild fixes
@ 2005-09-11 21:48 Sam Ravnborg
  2005-09-11 22:04 ` Linus Torvalds
  2005-09-11 22:07 ` Linus Torvalds
  0 siblings, 2 replies; 10+ messages in thread
From: Sam Ravnborg @ 2005-09-11 21:48 UTC (permalink / raw)
  To: linux-kernel, Linus Torvalds, Sam Ravnborg

Hi Linus.

First round of small kbuild fixes (it's monday here in 15 minutes).

o Rename prepare to archprepare to get dependency order correct
o fix silentoldconfig with make O=
o rename mips/kernel/offset.c to asm-offsets.c

Can be pulled from:

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

I've started suing the alternate format as you described.
So I cannot pull from that respository myself.
http: + rsync: failed?

I hope you know a few smart tricks.


diffstat - the major part is the rename.
The rest is only a few lines / one-liners.

 Makefile                             |    1 
 arch/mips/kernel/offset.c            |  314 -----------------------------------
 b/Documentation/kbuild/makefiles.txt |   14 -
 b/Makefile                           |   23 +-
 b/arch/arm/Makefile                  |    2 
 b/arch/cris/Makefile                 |    2 
 b/arch/ia64/Makefile                 |    2 
 b/arch/mips/kernel/asm-offsets.c     |  314 +++++++++++++++++++++++++++++++++++
 b/arch/ppc/Makefile                  |    2 
 b/arch/sh/Makefile                   |    2 
 b/arch/sh64/Makefile                 |    2 
 b/arch/um/Makefile                   |    2 
 b/arch/xtensa/Makefile               |    2 
 13 files changed, 345 insertions(+), 337 deletions(-)

Patches will follow.

	Sam

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

end of thread, other threads:[~2006-01-19 20:57 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-01-19 20:02 [GIT PATCHES] kbuild fixes Sam Ravnborg
2006-01-19 20:04 ` [PATCH 1/3] kconfig: fix /dev/null breakage Sam Ravnborg
2006-01-19 20:28   ` Jan Engelhardt
2006-01-19 20:56     ` Sam Ravnborg
2006-01-19 20:04 ` [PATCH 2/3] cris: asm-offsets related build failure Sam Ravnborg
2006-01-19 20:05 ` [PATCH 3/3] kbuild: fix build with O= Sam Ravnborg
2006-01-19 20:12 ` [GIT PATCHES] kbuild fixes Sam Ravnborg
  -- strict thread matches above, loose matches on Subject: below --
2005-09-11 21:48 Sam Ravnborg
2005-09-11 22:04 ` Linus Torvalds
2005-09-11 22:07 ` Linus Torvalds

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