From: Matt Kraai <kraai@ftbfs.org>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Thomas Ackermann <th.acker@arcor.de>
Subject: Re: [PATCH] Remove duplicate entry in ./Documentation/Makefile
Date: Wed, 19 Dec 2012 10:49:57 -0800 [thread overview]
Message-ID: <20121219184957.GA28215@ftbfs.org> (raw)
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
next reply other threads:[~2012-12-19 18:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-19 18:49 Matt Kraai [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-12-19 18:15 [PATCH] Remove duplicate entry in ./Documentation/Makefile Thomas Ackermann
2012-12-19 18:22 ` Junio C Hamano
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20121219184957.GA28215@ftbfs.org \
--to=kraai@ftbfs.org \
--cc=7vd2y5aom8.fsf@alter.siamese.dyndns.org \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
--cc=th.acker@arcor.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.