|
From: | Stephen Leake |
Subject: | Re: Speeding up the bootstrap build - a quick hack. |
Date: | Fri, 21 Jan 2022 02:18:32 -0800 |
User-agent: | Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (windows-nt) |
Alan Mackenzie <acm@muc.de> writes: > This was surprisingly difficult to solve. There appears to be no way in > make to set a variable depending on what the target is. target :: VARIABLE := "value" targ Sets VARIABLE to value only while executing target. I could not find the section in the make manual that says this, but it must be there somewhere - that's how I learned it :(. -- -- Stephe
[Prev in Thread] | Current Thread | [Next in Thread] |