grep-devel
[Top][All Lists]
Advanced

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

Re: [Grep-devel] switch to non-recursive makefile


From: Assaf Gordon
Subject: Re: [Grep-devel] switch to non-recursive makefile
Date: Sun, 23 Dec 2018 22:20:50 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.3.0

On 2018-12-23 9:21 a.m., Jim Meyering wrote:
On Sat, Dec 22, 2018 at 12:23 PM Assaf Gordon <address@hidden> wrote:
Here's a first shot at converting grep's build system to non-recursive
make. Based on past experience with sed, it'll take few iterations until
all the kinks are ironed out... but this seems to work well initially.

Hi Assaf,
Thanks a lot for doing that.
I haven't looked at the actual changes yet, but did notice that
"make distcheck" failed for me like this:
[...]

This change fixed it:

diff --git a/doc/local.mk b/doc/local.mk
-grep_TEXINFOS = doc/fdl.texi
+doc_grep_TEXINFOS = doc/fdl.texi

Good catch, I'll add it to the patch.



reply via email to

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