]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ab/makefile-help-devs-more'
authorJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:04 +0000 (15:16 +0900)
committerJunio C Hamano <gitster@pobox.com>
Wed, 20 Mar 2019 06:16:04 +0000 (15:16 +0900)
commit3cef67694cfd4f90e12174576fec79252d1e8b96
treea078b96aca919cb5be8fbe4e127aa618ffe4f5f5
parent0e94f7aa730b108f7907cfab1b2a7fba965de442
parent6d5d4b4e9326021f080508126be38ea1beaba6aa
Merge branch 'ab/makefile-help-devs-more'

CFLAGS now can be tweaked when invoking Make while using
DEVELOPER=YesPlease; this did not work well before.

* ab/makefile-help-devs-more:
  Makefile: allow for combining DEVELOPER=1 and CFLAGS="..."
  Makefile: move the setting of *FLAGS closer to "include"
  Makefile: Move *_LIBS assignment into its own section
  Makefile: add/remove comments at top and tweak whitespace
  Makefile: move "strip" assignment down from flags
  Makefile: remove an out-of-date comment
Makefile