From: Jonas Bonn <jonas@southpole.se>
To: linux-kbuild@vger.kernel.org
Subject: Set INSTALL_HDR_PATH on command line
Date: Thu, 22 Apr 2010 09:23:28 +0200 [thread overview]
Message-ID: <1271921008.5866.16.camel@needafix> (raw)
[-- Attachment #1: Type: text/plain, Size: 460 bytes --]
In the toplevel Linux Makefile, INSTALL_HDR_PATH is hardcoded as
follows:
# Kernel headers
#Default location for installed headers
export INSTALL_HDR_PATH = $(objtree)/usr
Should this not be done with ?= so that the install path can be
overridden on the command line?
export INSTALL_HDR_PATH ?= $(objtree)/usr
This would make installation of headers for cross-build environments
simpler. Or am I missing something else?
Regards,
Jonas
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 198 bytes --]
next reply other threads:[~2010-04-22 7:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-04-22 7:23 Jonas Bonn [this message]
2010-04-22 16:45 ` Set INSTALL_HDR_PATH on command line 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=1271921008.5866.16.camel@needafix \
--to=jonas@southpole.se \
--cc=linux-kbuild@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 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.