Get the latest tech news
GNU Make Standard Library
The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. The GMSL is released under the BSD License.
The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities. GMSL has a number of environment variables (or command-line overrides) that control various bits of functionality: VariablePurposeGMSL_NO_WARNINGSIf set prevents GMSL from outputting warning messages: artithmetic functions generate underflow warnings.GMSL_NO_ERRORSIf set prevents GMSL from generating fatal errors: division by zero or failed assertions are fatal.GMSL_TRACEEnables function tracing.
Or read this on Hacker News