From: "Aaron D. Brooks" <aaron.brooks@sicortex.com>
To: linux-kernel@vger.kernel.org
Cc: Keith Owens <kaos@ocs.com.au>
Subject: scripts/namespace.pl is not CROSS_COMPILE happy
Date: Wed, 8 Feb 2006 13:45:06 -0500 [thread overview]
Message-ID: <20060208184506.GS11744@sicortex.com> (raw)
All,
I see that this has come up before:
http://lkml.org/lkml/2005/9/20/68
but I don't see the inclusion of these changes in the current Linus
linux-2.6 git tree. Are the changes hanging out somewhere or were they
shot down for some reason?
I've attached an alternate patch which is a ever so slightly more
clean (for some definitions of "clean").
-Aaron
P.S. Please CC me, I'm not on the list.
Index: scripts/namespace.pl
===================================================================
--- old/scripts/namespace.pl (revision 13486)
+++ new/scripts/namespace.pl (working copy)
@@ -66,8 +66,8 @@
use strict;
use File::Find;
-my $nm = "/usr/bin/nm -p";
-my $objdump = "/usr/bin/objdump -s -j .comment";
+my $nm = ($ENV{'NM'} || "nm") . " -p";
+my $objdump = ($ENV{'OBJDUMP'} || "objdump") . " -s -j .comment";
my $srctree = "";
my $objtree = "";
$srctree = "$ENV{'srctree'}/" if (exists($ENV{'srctree'}));
next reply other threads:[~2006-02-08 18:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-02-08 18:45 Aaron D. Brooks [this message]
2006-02-08 20:22 ` scripts/namespace.pl is not CROSS_COMPILE happy Sam Ravnborg
2006-02-27 3:25 ` [PATCH] scripts: namespace.pl " Aaron Brooks
2006-02-27 4:08 ` 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=20060208184506.GS11744@sicortex.com \
--to=aaron.brooks@sicortex.com \
--cc=kaos@ocs.com.au \
--cc=linux-kernel@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