grep-commit
[Top][All Lists]
Advanced

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

grep branch, master, updated. v3.0-11-gdff64f9


From: Jim Meyering
Subject: grep branch, master, updated. v3.0-11-gdff64f9
Date: Sun, 5 Mar 2017 12:52:33 -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 "grep".

The branch, master has been updated
       via  dff64f9ededbea38f573e06967e85f15a1c46e4a (commit)
       via  70032889a81f2dd391e5053dadb9b697e94107b6 (commit)
      from  4f09670d3c669be2b2434bbdad6a979740e29f0c (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=dff64f9ededbea38f573e06967e85f15a1c46e4a


commit dff64f9ededbea38f573e06967e85f15a1c46e4a
Author: Jim Meyering <address@hidden>
Date:   Sun Mar 5 09:02:28 2017 -0800

    build: use $(builddir), not $(srcdir)
    
    * cfg.mk (PATH): Use $(builddir), so this also takes effect
    in a non-srcdir build.  Also, switch ${PATH} syntax to $(PATH).

diff --git a/cfg.mk b/cfg.mk
index 52ed500..c39e75b 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -17,7 +17,7 @@
 # Cause the tool(s) built by this package to be used also when running
 # commands via e.g., "make syntax-check".  Doing this a little sooner
 # would have avoided a grep infloop bug.
-export PATH := $(srcdir)/src$(PATH_SEPARATOR)${PATH}
+export PATH := $(builddir)/src$(PATH_SEPARATOR)$(PATH)
 
 # Used in maint.mk's web-manual rule
 manual_title = GNU Grep: Print lines matching a pattern

http://git.savannah.gnu.org/cgit/grep.git/commit/?id=70032889a81f2dd391e5053dadb9b697e94107b6


commit dff64f9ededbea38f573e06967e85f15a1c46e4a
Author: Jim Meyering <address@hidden>
Date:   Sun Mar 5 09:02:28 2017 -0800

    build: use $(builddir), not $(srcdir)
    
    * cfg.mk (PATH): Use $(builddir), so this also takes effect
    in a non-srcdir build.  Also, switch ${PATH} syntax to $(PATH).

diff --git a/cfg.mk b/cfg.mk
index 52ed500..c39e75b 100644
--- a/cfg.mk
+++ b/cfg.mk
@@ -17,7 +17,7 @@
 # Cause the tool(s) built by this package to be used also when running
 # commands via e.g., "make syntax-check".  Doing this a little sooner
 # would have avoided a grep infloop bug.
-export PATH := $(srcdir)/src$(PATH_SEPARATOR)${PATH}
+export PATH := $(builddir)/src$(PATH_SEPARATOR)$(PATH)
 
 # Used in maint.mk's web-manual rule
 manual_title = GNU Grep: Print lines matching a pattern

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

Summary of changes:
 THANKS.in | 1 -
 cfg.mk    | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
grep



reply via email to

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