FYI
https://gmsl.jgc.org/
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 r
> I was wondering about the possibility of adding, as a feature to make,
> the addition of a standard makefile fragments library. I have started
> such a library.
> https://gitlab.com/enoch247/fracture
That is a nice initiative! Regardless if such a work should be included in
distributions of GNU
Hi,
I was wondering about the possibility of adding, as a feature to make,
the addition of a standard makefile fragments library. I have started
such a library. It started out as a collection of boilerplate snippets
that I kept privately and copy-pasted into project makefiles. Then I
started break