Sam, some recent change causes the "make image" target on sparc64 to
clobber .tmp_versions/, leaving it an empty directory.

If I "rm -rf .tmp_versions" rerun a plain "make", the .tmp_versions/
files get regenerated correctly.

The dependency of sparc64's 'image' target is "vmlinux FORCE"
and I notice x86 uses different dependencies which is why
perhaps you didn't notice this bug.

A quick glance shows that powerpc might hit this problem too.

I think this got introduced recently, say in the past 4 days.

Thanks!
-
To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to