[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: improvements for parallel makes ?
From: |
Boris Kolpackov |
Subject: |
Re: improvements for parallel makes ? |
Date: |
Fri, 21 Apr 2006 08:11:27 +0000 (UTC) |
User-agent: |
nn/6.6.5+RFC1522 |
"Paul D. Smith" <address@hidden> writes:
> In order to really get at what .WAIT is intended to do you'd have to
> convert the original to this:
>
> foobar: a b c D E F
>
> D: X
> E: Y
> F: Z
>
> D E F X Y Z : | a b c
>
> and so on for the entire dependency tree rooted at D, E, and F. Which
> could be done, but is not that trivial and may not be the best way to
> proceed in terms of efficiency etc.
After reading this fragment, I had the following idea: imagine we had:
(1) support for guile, (2) support for accessing/modifying dependency
tree from guile, (3) support for truly order-only prerequisites. Then
the .WAIT feature could be implemented in "user-space" ;-).
-boris
- Re: improvements for parallel makes ?, (continued)
- Re: improvements for parallel makes ?, Christophe LYON, 2006/04/06
- Re: improvements for parallel makes ?, Alexey Neyman, 2006/04/20
- Re: improvements for parallel makes ?, Paul D. Smith, 2006/04/20
- Re: improvements for parallel makes ?, Alexey Neyman, 2006/04/20
- Re: improvements for parallel makes ?, Paul D. Smith, 2006/04/20
- Re: improvements for parallel makes ?, Christophe LYON, 2006/04/20
- Re: improvements for parallel makes ?, Alexey Neyman, 2006/04/20
- Re: improvements for parallel makes ?, Christophe LYON, 2006/04/21
RE: improvements for parallel makes ?, Meinecke, Jon, 2006/04/20