Hey all.  I'm trying to get PPC going again with kbuild-2.5, but I'm
runnign into some wierd errors.  Anyone know what would cause the 
.tmp_targets rule to fail with an error 139?  If I change:

# Must extract delayed knowledge about targets before phase 5, otherwise
# a few
# targets are not marked as such and no old commands are extracted.

$(KBUILD_OBJTREE).tmp_targets: $(KBUILD_OBJTREE).tmp_filelist.bin \
                $(KBUILD_OBJTREE).tmp_filelist.txt \
                $(KBUILD_OBJTREE).tmp_database \
                $(KBUILD_OBJTREE).tmp_global_makefile_in.2 \
                $(scripts_objtree)pp_makefile2

to be just @/bin/true, I get to the point of kbuild-2.5 telling me
there's no rule to make target 'installable'.  Right now I just cp'ed
the x86 one, but changed it to define_bool CONFIG_VMLINUX (then VMLINUZ,
same problem).

I can email the Makefile.in's privatly, but they look an awful lot like
the ones I had for ~2.4.8, if anyone has those still :)

-- 
Tom Rini (TR1265)
http://gate.crashing.org/~trini/

_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to