From: Mike Frysinger <vapier.adi@gmail.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Peter Zijlstra <peterz@infradead.org>,
linux-kbuild@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kbuild: save ARCH & CROSS_COMPILE when building a kernel
Date: Mon, 20 Jul 2009 17:05:12 -0400 [thread overview]
Message-ID: <8bd0f97a0907201405s5d6f79e7me82cd7ca05daaf3a@mail.gmail.com> (raw)
In-Reply-To: <20090720200522.GA6854@merkur.ravnborg.org>
On Mon, Jul 20, 2009 at 16:05, Sam Ravnborg wrote:
> --- a/arch/blackfin/Makefile
> +++ b/arch/blackfin/Makefile
> @@ -155,7 +155,7 @@ define archhelp
> echo '* vmImage.gz - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.gz)'
> echo ' vmImage.lzma - Kernel-only image for U-Boot (arch/$(ARCH)/boot/vmImage.lzma)'
> echo ' install - Install kernel using'
> - echo ' (your) ~/bin/$(CROSS_COMPILE)installkernel or'
> - echo ' (distribution) PATH: $(CROSS_COMPILE)installkernel or'
> + echo ' (your) ~/bin/$(INSTALLKERNEL) or'
> + echo ' (distribution) PATH: $(INSTALLKERNEL) or'
> echo ' install to $$(INSTALL_PATH)'
> endef
> diff --git a/arch/blackfin/boot/install.sh b/arch/blackfin/boot/install.sh
> index 9560a6b..e2c6e40 100644
> --- a/arch/blackfin/boot/install.sh
> +++ b/arch/blackfin/boot/install.sh
> @@ -36,9 +36,9 @@ verify "$3"
>
> # User may have a custom install script
>
> -if [ -x ~/bin/${CROSS_COMPILE}installkernel ]; then exec ~/bin/${CROSS_COMPILE}installkernel "$@"; fi
> -if which ${CROSS_COMPILE}installkernel >/dev/null 2>&1; then
> - exec ${CROSS_COMPILE}installkernel "$@"
> +if [ -x ~/bin/${INSTALLKERNEL} ]; then exec ~/bin/${INSTALLKERNEL} "$@"; fi
> +if which ${INSTALLKERNEL} >/dev/null 2>&1; then
> + exec ${INSTALLKERNEL} "$@"
> fi
>
> # Default install - same as make zlilo
np with this, Acked-by-me
-mike
next prev parent reply other threads:[~2009-07-20 21:05 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-20 10:01 Sam Ravnborg
2009-07-20 10:34 ` Peter Zijlstra
2009-07-20 11:51 ` Sam Ravnborg
2009-07-20 12:00 ` Peter Zijlstra
2009-07-20 17:12 ` Sam Ravnborg
2009-07-20 20:05 ` Sam Ravnborg
2009-07-20 20:13 ` Peter Zijlstra
2009-07-20 21:05 ` Mike Frysinger [this message]
2009-10-09 9:02 ` Peter Zijlstra
2009-10-11 21:43 ` 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=8bd0f97a0907201405s5d6f79e7me82cd7ca05daaf3a@mail.gmail.com \
--to=vapier.adi@gmail.com \
--cc=linux-kbuild@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=peterz@infradead.org \
--cc=sam@ravnborg.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
all inboxes | Powered by JetHome®