On Tue, 14 Jul 2015, Sebastian Andrzej Siewior wrote: > * John Kacur | 2015-07-10 14:25:31 [+0200]: > > >diff --git a/Makefile b/Makefile > >index 1f7640b82fa6..07394e1292f7 100644 > >--- a/Makefile > >+++ b/Makefile > >@@ -165,6 +166,10 @@ release: distclean changelog > > rm -f ChangeLog > > cp rt-tests-$(VERSION).tar.gz rt-tests-$(VERSION).tar.asc releases > > > >+.PHONY: tarball > >+tarball: > >+ git archive --worktree-attributes --prefix=rt-tests-${VERSION}/ -o rt-tests-${VERSION}.tar v${VERSION} > > Okay. So this looks like the release target could go :) > > > .PHONY: push > > push: release > > scripts/do-git-push $(VERSION) > Right, like I said in Patch [0/6] - I'm planning on ripping everything out that is for maintainence purposes, and either doing without it, or at least putting it in the scripts dir, I don't think it should be in the standard Makefile, but doing it in some baby steps, not making Clark quit cold turkey. :) John -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html