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 should be more like the INFO page. GNU Make 4.3
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 should be more like the INFO page. GNU Make 4.3