[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Hard to understand make -B on man page
From: |
積丹尼 Dan Jacobson |
Subject: |
Hard to understand make -B on man page |
Date: |
Fri, 02 Apr 2021 13:48:25 +0800 |
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
- Hard to understand make -B on man page,
積丹尼 Dan Jacobson <=