All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jeff Garzik <jgarzik@pobox.com>
To: Sam Ravnborg <sam@ravnborg.org>
Cc: Linus Torvalds <torvalds@osdl.org>, Andrew Morton <akpm@osdl.org>,
	Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de>,
	linux-kernel@vger.kernel.org
Subject: Re: [BK-PATCH] kbuild: Separate output directory support
Date: Thu, 11 Sep 2003 10:04:13 -0400	[thread overview]
Message-ID: <3F6080DD.3040509@pobox.com> (raw)
In-Reply-To: <20030911100514.GA14390@mars.ravnborg.org>

Sam Ravnborg wrote:
> Usage is simple:
> cd /path/to/kernel/src
> mkdir ~/build/kernel
> make O=~/build/kernel [Make options]
> Please note: The O= syntax must be used for ALL invocations of make.
[...]
> How it works:
> If the O= option is used, or KBUILD_OUTPUT is set then a second invocation
> of make happens in the output directory.
> The second invocation of make uses VPATH to tell make where to locate
> the files. Furthermore include options for gcc is modifyied to point
> both in the directory where the kernel src is located, and in the
> directory where the output files are located. The latter is used for
> generated .h files.


Sweet!  Thanks for all your hard work, Sam.

	Jeff




      reply	other threads:[~2003-09-11 14:04 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-11 10:05 [BK-PATCH] kbuild: Separate output directory support Sam Ravnborg
2003-09-11 14:04 ` Jeff Garzik [this message]

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=3F6080DD.3040509@pobox.com \
    --to=jgarzik@pobox.com \
    --cc=akpm@osdl.org \
    --cc=kai@tp1.ruhr-uni-bochum.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=sam@ravnborg.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.