Re: Hard to understand make -B on man page

2021-04-03 Thread carl hansen
On Thu, Apr 1, 2021 at 11:52 PM 積丹尼 Dan Jacobson wrote: > > On the make man page, > >-B, --always-make > Unconditionally make all targets. > > seems to mean for Makefile > a:; echo $@ > b:; echo $@ > c:; echo $@ > $ make -B > should make all three. > > Therefore the wording sho

Re: library of make fragments

2025-04-05 Thread carl hansen
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

Re: library of make fragments

2025-04-06 Thread carl hansen
also of interest: https://github.com/Trepan-Debuggers/remake