The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [GIT PATCHES] kbuild fixes
@ 2005-09-11 21:48 Sam Ravnborg
  2005-09-11 21:49 ` [PATCH 1/3] kbuild: rename prepare to archprepare to fix dependency chain Sam Ravnborg
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ 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] 6+ messages in thread

end of thread, other threads:[~2005-09-11 22:07 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-11 21:48 [GIT PATCHES] kbuild fixes Sam Ravnborg
2005-09-11 21:49 ` [PATCH 1/3] kbuild: rename prepare to archprepare to fix dependency chain Sam Ravnborg
2005-09-11 21:50 ` [PATCH 2/3] kbuild: fix silentoldconfig with make O= Sam Ravnborg
2005-09-11 21:50 ` [PATCH 3/3] mips: rename offsets.c to asm-offsets.c Sam Ravnborg
2005-09-11 22:04 ` [GIT PATCHES] kbuild fixes 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