diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-02-06 22:05:30 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-02-06 22:05:30 -0800 |
commit | fe8e68659d4d9220e15cd9019ef2153f08db4792 (patch) | |
tree | dcafc64903b71058a49cd5f1bdecd5b4dc696882 /config.mak.uname | |
parent | Merge branch 'bc/fetch-pack-clear-alternate-shallow' (diff) | |
parent | Makefile: improve SPARSE_FLAGS customisation (diff) | |
download | tgif-fe8e68659d4d9220e15cd9019ef2153f08db4792.tar.xz |
Merge branch 'rj/sparse-flags'
Use of the sparse tool got easier to customize from the command
line to help developers.
* rj/sparse-flags:
Makefile: improve SPARSE_FLAGS customisation
config.mak.uname: remove obsolete SPARSE_FLAGS setting
Diffstat (limited to 'config.mak.uname')
-rw-r--r-- | config.mak.uname | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.mak.uname b/config.mak.uname index 7b36a1dfe7..786bb2f913 100644 --- a/config.mak.uname +++ b/config.mak.uname @@ -555,7 +555,6 @@ ifneq (,$(findstring MINGW,$(uname_S))) RC = windres -O coff NATIVE_CRLF = YesPlease X = .exe - SPARSE_FLAGS = -Wno-one-bit-signed-bitfield ifneq (,$(wildcard ../THIS_IS_MSYSGIT)) htmldir = doc/git/html/ prefix = |