Elia Pinto [off-list ref] writes:
Add some missing phony target to Makefile.
Signed-off-by: Elia Pinto <redacted>
Helped-by: Matthieu Moy [off-list ref]
---
This is the third version of this patch.
Thanks. I double-checked with
grep .PHONY Makefile | sed 's/.PHONY: //; s/#.*//' | tr ' ' '\n' | sort | uniq -c | sort -n
there are no duplicate .PHONY, and all .PHONY targets are indeed .PHONY
ones, so the patch is now
Reviewed-by: Matthieu Moy <redacted>
Compared to the previous I have added only the missing phony
target as suggested by Matthieu Moy
Note: my comments were not meant to be an objection to the additional
refactoring. At least some of the hunks definitely made sense to me, but
they are better done in a separate patch.
--
Matthieu Moy
http://www-verimag.imag.fr/~moy/