* build: prepare make tarball for git 1.6.0
@ 2008-08-16 19:41 Jan Engelhardt
2008-09-01 12:27 ` Patrick McHardy
0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2008-08-16 19:41 UTC (permalink / raw)
To: kaber; +Cc: Netfilter Developer Mailing List
commit 78be86ecde6cd80c18c1222bde3d8fcea364faac
Author: Jan Engelhardt <jengelh@medozas.de>
Date: Sat Aug 16 15:40:47 2008 -0400
build: prepare make tarball for git 1.6.0
Git 1.6.0 will not have the dashful forms anymore.
Signed-off-by: Jan Engelhardt <jengelh@medozas.de>
---
Makefile.am | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/Makefile.am b/Makefile.am
index 066dc56..742e3de 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -101,7 +101,7 @@ pkgconfig_DATA = xtables.pc
.PHONY: tarball
tarball:
rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
- pushd ${top_srcdir} && git-archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
+ pushd ${top_srcdir} && git archive --prefix=${PACKAGE_TARNAME}-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
pushd /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION} && ./autogen.sh && popd;
tar -C /tmp -cjf ${PACKAGE_TARNAME}-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root ${PACKAGE_TARNAME}-${PACKAGE_VERSION}/;
rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2008-09-01 12:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-16 19:41 build: prepare make tarball for git 1.6.0 Jan Engelhardt
2008-09-01 12:27 ` Patrick McHardy
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.