mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam@ravnborg.org>
To: linux-kernel@vger.kernel.org, Linus Torvalds <torvalds@osdl.org>,
	Sam Ravnborg <sam@ravnborg.org>
Subject: [GIT PATCHES] kbuild fixes
Date: Sun, 11 Sep 2005 23:48:50 +0200	[thread overview]
Message-ID: <20050911214850.GA2177@mars.ravnborg.org> (raw)

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

             reply	other threads:[~2005-09-11 21:46 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-09-11 21:48 Sam Ravnborg [this message]
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
2006-01-19 20:02 Sam Ravnborg
2006-01-19 20:12 ` Sam Ravnborg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20050911214850.GA2177@mars.ravnborg.org \
    --to=sam@ravnborg.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=torvalds@osdl.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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