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

Signed-off-by: Simon Horman <[email protected]>
---
 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
[email protected]
http://lists.infradead.org/mailman/listinfo/kexec

Reply via email to