Re: [PATCH] Remove duplicate entry in ./Documentation/Makefile
From: Matt Kraai <hidden> Date: 2016-06-15 22:55:33
Hi,
Junio C Hamano wrote:
If not by eyeballing but with some mechanical process, did you spot
any others?
I found one other unnecessarily duplicated line in the top-level
Makefile:
LIB_H += xdiff/xdiff.h
by running
find -name Makefile | xargs grep += | sort | uniq -d
and inspecting the results by hand, but this only checked lines
containing "+=".
--
Matt Kraai
https://ftbfs.org/kraai