[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: a question about target-specific variable assignment
From: |
Philip Guenther |
Subject: |
Re: a question about target-specific variable assignment |
Date: |
Mon, 28 Mar 2011 01:42:38 -0700 |
On Monday, March 28, 2011, ali hagigat <address@hidden> wrote:
> I wonder if it can be mentioned how make, 3.81, functions in the
> following scenario:
No, the 3.81 docs will not be updated to describe that behavior
because the behavior was changed in 3.82. The described makefile now
generates an error:
Makefile:2: ** recipe commences before first target. Stop.
This is because the first line is Interpreted as _only_ a
target-specific variable assignment.
> Why the recipe of e12 is ignored?
Because 3.81 (and probably earlier versions too) contained a bug.
That bug has been fixed. If you're interested in reporting
documentation bugs, why haven't you upgraded?
Philip Guenther