]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: define THIRD_PARTY_SOURCES
authorDenton Liu <liu.denton@gmail.com>
Mon, 16 Sep 2019 19:23:11 +0000 (12:23 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2019 21:32:36 +0000 (14:32 -0700)
commit5dedf7de539a96bce6d44e6e55d104e7700fb80b
treeb171992b8dc15b4d7e05c141759a313bef2b7182
parentcf6a2d2557a5a50e0b1cf3a861a0df948e2782fc
Makefile: define THIRD_PARTY_SOURCES

Some files in our codebase are borrowed from other projects, and
minimally updated to suit our own needs. We'd sometimes need to tell
our own sources and these third-party sources apart for management
purposes (e.g. we may want to be less strict about coding style and
other issues on third-party files).

Define the $(MAKE) variable THIRD_PARTY_SOURCES that can be used to
match names of third-party sources.

Signed-off-by: Denton Liu <liu.denton@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile