grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v2.23-2-g8e791d6


From: Jim Meyering
Subject: grep branch, master, updated. v2.23-2-g8e791d6
Date: Tue, 09 Feb 2016 18:06:58 +0000

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  8e791d6e0b178cb0ffd061191b6372ce1ffb59c1 (commit)
      from  8a4b9be5c1b708aef70293797c7d1b62468d5c9b (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=8e791d6e0b178cb0ffd061191b6372ce1ffb59c1


commit 8e791d6e0b178cb0ffd061191b6372ce1ffb59c1
Author: Jim Meyering <address@hidden>
Date:   Tue Feb 9 09:58:26 2016 -0800

    maint: add a check-very-expensive target
    
    * Makefile.am (check-very-expensive): New convenience rule,
    currently merely equivalent to check-expensive.

diff --git a/Makefile.am b/Makefile.am
index e0fcdff..696510a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -29,10 +29,12 @@ EXTRA_DIST =                \
   cfg.mk               \
   thanks-gen
 
-# Shortcut target to make it easier to run expensive tests.
+# Shortcut targets to make it easier to run expensive tests.
 .PHONY: check-expensive
 check-expensive:
        $(MAKE) check RUN_EXPENSIVE_TESTS=yes
+.PHONY: check-very-expensive
+check-very-expensive: check-expensive
 
 # Run syntax-check rules before creating a distribution tarball.
 .PHONY: run-syntax-check

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

Summary of changes:
 Makefile.am |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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