Miles Lane a écrit : > On 3/20/07, Stéphane Jourdois <[EMAIL PROTECTED]> wrote: >> Miles Lane a écrit : >> > Hello, >> > >> > I don't see any announcement for 2.6.21-rc4-mm1 on LKML, but I went >> > ahead and tried it out. I hit the following, even after running >> > mrproper. >> > >> > init/.missing_syscalls.h.cmd:2: *** missing separator. Stop. >> > make: *** [.tmp_vmlinux1] Error 2 >> >> Would you please try the following patch ? >> >> http://lkml.org/lkml/2007/3/20/79 > > I tried your patch. After applying it, the error still occurred, so > then I performed the other stepa you mentioned: > rm init/missing_syscalls.h
Of course, you have to first delete the corrupted file with this command: rm init/.missing_syscalls.h.cmd The command : rm init/missing_syscalls.h works only once, and you have to redo it at each compile. > make init This one is not necessary. > I was then able to continue the build successfully. > > Hopefully, I'd not need to run the additional steps again. Otherwise, > the patch needs a little more work. unlink the good file (init/.missing_syscalls.h.cmd), not the .h file, and you won't need to redo it again :-) I admit I should have said that earlier ;-) The fact that whole init/ is not compiled again when init/Makefile is perhaps a bug, but it is unrelated to this bug/patch. Thanks. -- /// Stephane Jourdois /"\ ASCII RIBBON CAMPAIGN \\\ ((( Consultant securite \ / AGAINST HTML MAIL ))) \\\ 24 rue Cauchy X /// \\\ 75015 Paris / \ +33 6 8643 3085 /// - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/