help-make
[Top][All Lists]
Advanced

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

Re: Semi-Parallelizing


From: Paul Smith
Subject: Re: Semi-Parallelizing
Date: Tue, 16 Dec 2008 14:06:06 -0500

On Tue, 2008-12-16 at 13:48 -0500, David Boyce wrote:
> As I understand it: GNU make does not *guarantee* that targets are
> built left to right, in the sense that there's no written standard
> which makes the promise.

Actually that's not true.  The POSIX specification of make requires this
(from POSIX 2008):

        The make utility shall treat all prerequisites as targets
        themselves and recursively ensure that they are up-to-date,
        processing them in the order in which they appear in the rule.

Cheers!






reply via email to

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