make/doc
Jouke Witteveen 71eb0a8038 Introduce $(intcmp ...) for numerical comparison
Numbers can come from $(words ...), automatic variables such as
$(MAKELEVEL), from environment variables, or from shell output such as
through $(shell expr ...).  The $(intcmp ...) function allows
conditional evaluation controlled by numerical variables.

* NEWS: Announce this feature.
* doc/make.texi (Functions for Conditionals): Document 'intcmp'.
* src/function.c (func_intcmp): Create the 'intcmp' built-in function.
* tests/scripts/functions/intcmp: Test the 'intcmp' built-in function.
2021-11-28 14:27:10 -05:00
..
.gitignore
make.1 * doc/make.1: Clean up man page text. 2021-09-05 23:17:26 -04:00
make.texi Introduce $(intcmp ...) for numerical comparison 2021-11-28 14:27:10 -05:00
Makefile.am Update copyright statements for 2020 2020-01-03 02:08:59 -05:00