Here's one thing I missed while testing my Makefile patches: some older platforms, notably CentOS 5.3, come with a tar utility that misses the --transform option, so "make tarball" breaks on those. This patch changes the tarball target so it can do without transform. It does a rather ugly cp -r now, though. Sorry for not noticing this sooner. Cheers, Florian Florian Haas (1): Top-level Makefile: do not use --transform when invoking tar Makefile | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe stgt" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html