From: Boaz Harrosh <boaz@plexistor.com>
To: Michal Marek <mmarek@suse.cz>,
Stable Tree <stable@vger.kernel.org>,
linux-kernel <linux-kernel@vger.kernel.org>
Cc: David Howells <dhowells@redhat.com>
Subject: Re: [PATCH] Makefile: One last adjustment to relative paths
Date: Tue, 26 Aug 2014 17:24:14 +0300 [thread overview]
Message-ID: <53FC988E.8070007@plexistor.com> (raw)
In-Reply-To: <53FB3CE7.9060609@suse.cz>
On 08/25/2014 04:40 PM, Michal Marek wrote:
>
> So I don't understand why are you getting a message with a relative
> path. I get an absolute path as expected here:
> $ mkdir aaa
> $ make O=aaa defconfig
> make[1]: Entering directory `/home/mmarek/linux-2.6/aaa'
OK that was an operator error. You are absolutely right
What happened is that my makefile was using
make KBUILD_OUTPUT=.build_um -C linux
and not
make O=.build_um -C linux
This was done at the time because when building out-of-tree
modules (I Have some test modules that I build in my project)
You must use KBUILD_OUTPUT= because O= is used by the external
module build system.
But reverting to use the O= as it should be all is well
and it works as you say
Sorry for the noise
Boaz
prev parent reply other threads:[~2014-08-26 14:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-25 8:50 [PATCH] Makefile: One last adjustment to relative paths Boaz Harrosh
2014-08-25 13:40 ` Michal Marek
2014-08-26 14:24 ` Boaz Harrosh [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=53FC988E.8070007@plexistor.com \
--to=boaz@plexistor.com \
--cc=dhowells@redhat.com \
--cc=linux-kernel@vger.kernel.org \
--cc=mmarek@suse.cz \
--cc=stable@vger.kernel.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;
as well as URLs for NNTP newsgroup(s).