[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Eliminating more recursive make invocations
From: |
Rik |
Subject: |
Re: Eliminating more recursive make invocations |
Date: |
Sun, 12 Jul 2015 18:12:21 -0700 |
7/12/15
jwe,
I've noticed that the new build system really likes to compile things. If
I touch doc/interpreter/images.awk, it ends up re-building the single
top-level Makefile which then causes *all* directories to be re-built which
is quite time consuming. With the old system the change was isolated to
doc/interpreter and only that directory was re-built. Is there any
workaround for this?
--Rik
- Re: Eliminating more recursive make invocations, (continued)
- Re: Eliminating more recursive make invocations, Rik, 2015/07/12
- Re: Eliminating more recursive make invocations, Rik, 2015/07/12
- Re: Eliminating more recursive make invocations, John W. Eaton, 2015/07/13
- Re: in-tree builds and recursive make invocations, Rik, 2015/07/13
- Re: in-tree builds and recursive make invocations, John W. Eaton, 2015/07/15
- Re: in-tree builds and recursive make invocations, Rik, 2015/07/15
- Re: in-tree builds and recursive make invocations, John W. Eaton, 2015/07/16
- Re: in-tree builds and recursive make invocations, Rik, 2015/07/16
- Re: in-tree builds and recursive make invocations, John W. Eaton, 2015/07/16
- Re: in-tree builds and recursive make invocations, Rik, 2015/07/16
Re: Eliminating more recursive make invocations,
Rik <=
Re: Eliminating more recursive make invocations, Rik, 2015/07/12
Re: Eliminating more recursive make invocations, Rik, 2015/07/13