Ævar Arnfjörð Bjarmason [off-list ref] writes:
Addresses feedback on v2:
https://lore.kernel.org/git/20210201111715.10200-1-avarab@gmail.com/ (local)
Changes:
- Added .PHONY targets as appropriate
- Instead of removing fuzz-objs from "all" we now run it in the CI
build instead. I think this accomplishes the goal of avoiding
bitrot without needlessly compiling them on every build of git.
As Jeff points out in
https://lore.kernel.org/git/YBuc5iOCCHk4fPqs@coredump.intra.peff.net/ (local)
the use-case for having "{program-xdiff,test,git}-objs & objects"
targets is a bit harder to justify.
I like these for their clean-up value alone anyway, so ... ;-)
Will queue. Thanks.