RE: [PATCH 3/3] Makefile: don't use "FORCE" for tags targets
From: Felipe Contreras <hidden> Date: 2021-06-23 19:49:14
Ævar Arnfjörð Bjarmason wrote:
Remove the "FORCE" dependency from the "tags", "TAGS" and "cscope.out"
targets, instead make them depend on whether or not the relevant
source files have changed.
Very nice.
I'm also removing the "-o" option from them,
As Jeff already pointed out, this is probably "-a".
Other than that looks good to me.
--
Felipe Contreras