All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Horman <horms@verge.net.au>
To: kexec@lists.infradead.org
Cc: Simon Horman <horms@verge.net.au>
Subject: [PATCH kexec-tools 2/7] build: add dist make target
Date: Fri,  2 Apr 2021 12:17:32 +0200	[thread overview]
Message-ID: <20210402101737.1886-3-horms@verge.net.au> (raw)
In-Reply-To: <20210402101737.1886-1-horms@verge.net.au>

This provides a familiar alias for the existing tarball target.
The result is a tar.gz file.

Signed-off-by: Simon Horman <horms@verge.net.au>
---
 Makefile.in | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Makefile.in b/Makefile.in
index a9c779f..dc7fb07 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,6 +198,8 @@ Makefile: Makefile.in config.status
 configure: configure.ac
 	cd $(srcdir) && autoheader && autoconf && rm -rf autom4te.cache
 
+dist: tarball
+
 tarball: $(TARBALL.gz)
 
 $(TARBALL): $(SRCS) $(GENERATED_SRCS)
@@ -397,4 +399,4 @@ uninstall:
 	done
 
 .PHONY: echo install uninstall all targets uninstall-targets clean dist-clean distclean \
-	maintainer-clean maintainerclean tarball rpm
+	maintainer-clean maintainerclean dist tarball rpm
-- 
2.20.1


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

  parent reply	other threads:[~2021-04-02 10:27 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-02 10:17 [PATCH kexec-tools 0/7] build enhancements and GitHub workflow Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 1/7] build: create tarball without self-referential hard links Simon Horman
2021-04-02 10:17 ` Simon Horman [this message]
2021-04-02 10:17 ` [PATCH kexec-tools 3/7] build: uninstall kexec_test Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 4/7] build: use DESTDIR in uninstall target Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 5/7] build: simplify " Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 6/7] build: add distcheck target Simon Horman
2021-04-02 10:17 ` [PATCH kexec-tools 7/7] github: initial workflow Simon Horman
2021-04-07 19:26 ` [PATCH kexec-tools 0/7] build enhancements and GitHub workflow Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210402101737.1886-3-horms@verge.net.au \
    --to=horms@verge.net.au \
    --cc=kexec@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.