make-alpha
[Top][All Lists]
Advanced

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

Re: Question About Gmake Internals


From: Paul Eggert
Subject: Re: Question About Gmake Internals
Date: Thu, 2 Sep 2021 22:29:02 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.13.0

On 9/2/21 5:38 PM, Jon Forrest wrote:
There appear to be a number of sources of information about gmake
itself, but I haven't found any about gmake internals. Am I missing
anything?

I don't know of any gmake internals manuals - I guess the source code is supposed to be clear enough.

A variable set is just a set of 'make' variable definitions. You can think of it as a partial function from variable names to information about each variable. See variable.c for details.



reply via email to

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