On Mon, 4 Jun 2007, Russ Allbery wrote:
Could you try the following patch and see if that resolves the build
problem for you?
Indeed it does (once I remembered to tell m-a to not re-unpack the
tarball :) - I've not got my own kernel builds on ppc (just got the box
going).
Thanks for the quick update - I've now got AFS tokens, and am able to
edit files on /afs/...
--- src/libafs/make_kbuild_makefile.pl 2006-11-02 19:37:59.000000000 -05
+++ src/libafs/make_kbuild_makefile.pl.ppc 2007-06-04 17:56:41.00000
@ -79,7 +79,7 @
foreach (@objects) {
die "No source known for $_\n" unless exists $deps{$_};
if($deps{$_} =~ /\.s$/) {
- ($src = $_) =~ s/\.o$/.s/;
+ ($src = $_) =~ s/\.o$/.S/;
} else {
($src = $_) =~ s/\.o$/.c/;
}
--
Rick Nelson
Not me, guy. I read the Bash man page each day like a Jehovah's Witness reads
the Bible. No wait, the Bash man page IS the bible. Excuse me...
-- More on confusing aliases, taken from comp.os.linux.misc
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]