]> git.ipfire.org Git - thirdparty/make.git/commit
Create $(let ...) providing lexically scoped variables
authorJouke Witteveen <j.witteveen@gmail.com>
Sun, 1 Nov 2020 21:48:53 +0000 (22:48 +0100)
committerPaul Smith <psmith@gnu.org>
Sun, 6 Dec 2020 23:30:58 +0000 (18:30 -0500)
commitfcc11d05a60b061027a50b76d146c43306b20e32
tree6b651e638a37b5ea71885a0c7443c3c292c7755b
parenta8f4669b23f47dae4d42c3fb2908ff878d1bd294
Create $(let ...) providing lexically scoped variables

Add a new function $(let ...) which allows lexically scoped variables.

* NEWS: Add information on this feature.
* doc/make.texi (Let Function): Document the 'let' function.
* src/function.c (func_let): Create the 'let' built-in function.
* tests/scripts/functions/let: Test the 'let' built-in function.
NEWS
doc/make.texi
src/function.c
tests/scripts/functions/let [new file with mode: 0644]