> should work fine (reminder: "make KBUILD_VERBOSE=0 ..." will give you much 
> more readable output), but I probably broke some non-x86 architectures 
> in the process.
I just tried building on s390x and only needed this trivial fix. Unfortunately,
2.5.61 does not boot on s390x yet, so I could not do run-time tests.
        Arnd <><
===== usr/lib/socketcalls.pl 1.4 vs edited =====
--- 1.4/usr/lib/socketcalls.pl  Sun Feb 16 06:09:33 2003
+++ edited/usr/lib/socketcalls.pl       Mon Feb 17 18:24:39 2003
@@ -39,7 +39,7 @@
            print OUT "\tjmp __socketcall_common\n";
            print OUT "\t.size ${name},.-${name}\n";
        } else {
-           open(OUT, "> ${obj}/${name}.c")
+           open(OUT, "> ${obj}/socketcalls/${name}.c")
                or die "$0: Cannot open socketcalls/${name}.c\n";
            print OUT "#include \"socketcommon.h\"\n\n";
            
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/