commit-inetutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-123-ge3c95


From: Simon Josefsson
Subject: [SCM] GNU Inetutils branch, master, updated. inetutils-1_9_4-123-ge3c953a
Date: Mon, 25 Jan 2021 03:50:08 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Inetutils ".

The branch, master has been updated
       via  e3c953a038315b385d54822f0cef82e572bf76e1 (commit)
      from  6f98bd80d29356401936fe8c8fcb046ce625e96a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit/inetutils.git/commit/?id=e3c953a038315b385d54822f0cef82e572bf76e1


commit e3c953a038315b385d54822f0cef82e572bf76e1
Author: Simon Josefsson <simon@josefsson.org>
Date:   Mon Jan 25 09:49:56 2021 +0100

    git-version-gen: Sync with git-version-gen usage instructions.
    
    * Makefile.am (EXTRA_DIST): Add.
    (BUILT_SOURCES): Use srcdir.
    (.version): Likewise.

diff --git a/ChangeLog b/ChangeLog
index a589595..e8a7093 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2021-01-25  Simon Josefsson  <simon@josefsson.org>
+
+       git-version-gen: Sync with git-version-gen usage instructions.
+
+       * Makefile.am (EXTRA_DIST): Add.
+       (BUILT_SOURCES): Use srcdir.
+       (.version): Likewise.
+
 2021-01-24  Simon Josefsson  <simon@josefsson.org>
 
        * configure.ac: Fix disabling when all rcmd is missing.
diff --git a/Makefile.am b/Makefile.am
index c1d48dc..f819dd9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -32,8 +32,10 @@ DISTCLEANFILES = pathdefs.make paths.defs \
        $(top_builddir)/.version \
        $(PACKAGE)-$(VERSION).tar.gz $(PACKAGE)-$(VERSION).tar.xz
 
-BUILT_SOURCES = $(top_builddir)/.version
-$(top_builddir)/.version:
+# git-version-gen
+EXTRA_DIST += $(top_srcdir)/.version
+BUILT_SOURCES = $(top_srcdir)/.version
+$(top_srcdir)/.version:
        echo $(VERSION) > $@-t && mv $@-t $@
 dist-hook:
        echo $(VERSION) > $(distdir)/.tarball-version

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog   | 8 ++++++++
 Makefile.am | 6 ++++--
 2 files changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GNU Inetutils 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]