Kel Modderman wrote: > +dist: clean > + git-archive --format=tar --prefix=$(NAME)-$(VERSION)/ HEAD \ > + $(FILES) | tar -C.. -xf - > + tar -czvf ../$(NAME)-$(VERSION).tar.gz -C.. $(NAME)-$(VERSION)/ > + $(RM) -r ../$(NAME)-$(VERSION)/ Why untar and tar again? -- tejun -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html