Thanks for the feedback. At first glance a merge would make sense to
me. I'll play with it some, and contact the author.
-Josh
On Sun, Apr 6, 2025 at 12:06 AM carl hansen wrote:
>
> FYI
>
> https://gmsl.jgc.org/
> GNU Make Standard Library
> "The GNU Make Standard Library (GMSL) is a collection o
> On Apr 5, 2025, at 11:43 AM, Joshua DeWeese wrote:
>
> Hi,
> I was wondering about the possibility of adding, as a feature to make,
> the addition of a standard makefile fragments library.
On a related note, I released a library called "make-booster":
https://github.com/david-a-wheeler/make-
also of interest:
https://github.com/Trepan-Debuggers/remake
On Sun, Apr 6, 2025 at 8:28 AM Bahman Movaqar wrote:
>
> Hey all 👋️
>
> Very interesting topic!
>
> I thought I'd share my own attempt at having a collection of useful utilities
> for my Makefiles 😅️
Slightly more on the datastucture side there's the very nice-looking
GNU Make Standard Library
h
Hey all 👋️
Very interesting topic!
I thought I'd share my own attempt at having a collection of useful utilities
for my Makefiles 😅️
https://github.com/bahmanm/bmakelib
_The minimalist Make standard library you'd always wished for!_
It's fully tested via the CI pipeline¹ and available as a Dock
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