grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.25-101-gbe82dc8


From: Jim Meyering
Subject: grep branch, master, updated. v2.25-101-gbe82dc8
Date: Sun, 25 Sep 2016 04:46:30 +0000 (UTC)

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 "grep".

The branch, master has been updated
       via  be82dc89948e7154c9367a0378364a78fb58b307 (commit)
      from  cd8082e8ee38e20d65d1617c7667fc6b7cfe16ec (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/grep.git/commit/?id=be82dc89948e7154c9367a0378364a78fb58b307


commit be82dc89948e7154c9367a0378364a78fb58b307
Author: Jim Meyering <address@hidden>
Date:   Sat Sep 24 21:40:47 2016 -0700

    build: avoid "./configure && make dist" missing-dep. failure
    
    * Makefile.am (run-syntax-check): Depend on "all", to avoid a
    parallel build failure due to a missing dependency. Reported by
    Paul Eggert in https://bugs.gnu.org/24256#50

diff --git a/Makefile.am b/Makefile.am
index 188d475..3a52e8f 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -39,7 +39,7 @@ check-very-expensive: check-expensive
 
 # Run syntax-check rules before creating a distribution tarball.
 .PHONY: run-syntax-check
-run-syntax-check:
+run-syntax-check: all
        $(AM_V_GEN)test ! -d .git || $(MAKE) syntax-check
 
 # Arrange so that .tarball-version appears only in the distribution

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

Summary of changes:
 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
grep



reply via email to

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