[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Question about order dependencies
From: |
Philip Guenther |
Subject: |
Re: Question about order dependencies |
Date: |
Mon, 14 Sep 2009 18:49:55 -0700 |
On Mon, Sep 14, 2009 at 6:23 PM, David Boyce <address@hidden> wrote:
> I was under the impression that GNU make is guaranteed to work from left to
> right when making default goals?
Sure, but that doesn't solve the original poster's problem when
1) using the -j option (other stuff could be done in parallel...), or
2) "make bar foo"
Philip Guenther