All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1] Makefile.am: use PACKAGE_TARNAME
@ 2008-04-17  8:57 Jan Engelhardt
  2008-04-21 12:16 ` Patrick McHardy
  0 siblings, 1 reply; 2+ messages in thread
From: Jan Engelhardt @ 2008-04-17  8:57 UTC (permalink / raw)
  To: kaber; +Cc: Netfilter Developer Mailing List


commit 124afbbc3c90ac7895ab75684e581e2cbd6d887b
Author: Jan Engelhardt <jengelh@computergmbh.de>
Date:   Thu Apr 17 10:32:13 2008 +0200

    Makefile.am: use PACKAGE_TARNAME
---
 Makefile.am |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile.am b/Makefile.am
index dc45b66..49edbf8 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -97,8 +97,8 @@ extensions/%:
 
 .PHONY: tarball
 tarball:
-	rm -Rf /tmp/xtables-${PACKAGE_VERSION};
-	pushd ${top_srcdir} && git-archive --prefix=xtables-${PACKAGE_VERSION}/ HEAD | tar -C /tmp -x && popd;
-	pushd /tmp/xtables-${PACKAGE_VERSION} && ./autogen.sh && popd;
-	tar -C /tmp -cjf xtables-${PACKAGE_VERSION}.tar.bz2 --owner=root --group=root xtables-${PACKAGE_VERSION}/;
-	rm -Rf /tmp/xtables-${PACKAGE_VERSION};
+	rm -Rf /tmp/${PACKAGE_TARNAME}-${PACKAGE_VERSION};
+	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

* Re: [PATCH 1] Makefile.am: use PACKAGE_TARNAME
  2008-04-17  8:57 [PATCH 1] Makefile.am: use PACKAGE_TARNAME Jan Engelhardt
@ 2008-04-21 12:16 ` Patrick McHardy
  0 siblings, 0 replies; 2+ messages in thread
From: Patrick McHardy @ 2008-04-21 12:16 UTC (permalink / raw)
  To: Jan Engelhardt; +Cc: Netfilter Developer Mailing List

Jan Engelhardt wrote:
> commit 124afbbc3c90ac7895ab75684e581e2cbd6d887b
> Author: Jan Engelhardt <jengelh@computergmbh.de>
> Date:   Thu Apr 17 10:32:13 2008 +0200
> 
>     Makefile.am: use PACKAGE_TARNAME

Applied.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-21 12:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17  8:57 [PATCH 1] Makefile.am: use PACKAGE_TARNAME Jan Engelhardt
2008-04-21 12:16 ` 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.