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
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
also of interest:
https://github.com/Trepan-Debuggers/remake