commit-hurd
[Top][All Lists]
Advanced

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

[hurd] 05/09: * Makefile (gen-ChangeLog): Remove incomplete "distdir" su


From: Samuel Thibault
Subject: [hurd] 05/09: * Makefile (gen-ChangeLog): Remove incomplete "distdir" support.
Date: Mon, 19 Dec 2016 16:36:03 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch upstream
in repository hurd.

commit 1f89580a1e8f3ca21f5b6780fce0a1aebaaa2c7f
Author: Thomas Schwinge <address@hidden>
Date:   Thu Dec 15 10:10:44 2016 +0100

    * Makefile (gen-ChangeLog): Remove incomplete "distdir" support.
---
 Makefile | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile
index a9ad3f6..97bd5c8 100644
--- a/Makefile
+++ b/Makefile
@@ -152,19 +152,18 @@ ChangeLog_files = \
   trans/ChangeLog \
   usermux/ChangeLog \
   utils/ChangeLog
-distdir = .
 .PHONY: gen-ChangeLog
 gen-ChangeLog:
        $(AM_V_GEN)if test -d $(top_srcdir)/.git; then                  \
          (cd $(top_srcdir)/ &&                                         \
          ./gitlog-to-changelog --strip-tab                             \
            $(gen_start_commit).. &&                                    \
-         echo) >> $(distdir)/cl-t &&                                   \
+         echo) >> cl-t &&                                              \
          for f in $(ChangeLog_files); do                               \
            (cd $(top_srcdir)/ &&                                       \
-           git show $(gen_start_commit):$$f) >> $(distdir)/cl-t &&     \
-           rm -f $(distdir)/$$f &&                                     \
-           mv $(distdir)/cl-t $(distdir)/$$f                           \
+           git show $(gen_start_commit):$$f) >> cl-t &&                \
+           rm -f $$f &&                                                \
+           mv cl-t $$f                                                 \
            || exit $$?;                                                \
          done;                                                         \
        fi

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/hurd.git



reply via email to

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