git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Makefile: header dependency checker fixes
@ 2010-05-09  3:55 Jonathan Nieder
  2010-05-09  3:57 ` [PATCH 1/2] Makefile: fix header dependency checker to allow NO_CURL builds Jonathan Nieder
  2010-05-09  4:00 ` [PATCH 2/2] Makefile: let header dependency checker override COMPUTE_HEADER_DEPENDENCIES Jonathan Nieder
  0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Nieder @ 2010-05-09  3:55 UTC (permalink / raw)
  To: git; +Cc: Junio C Hamano

Two fixes to make the CHECK_HEADER_DEPENDENCIES facility more
usable.  Now you can

 echo >>config.mak NO_CURL = YesPlease
 echo >>config.mak COMPUTE_HEADER_DEPENDENCIES = YesPlease
 make -j16
 make -j16 CHECK_HEADER_DEPENDENCIES=Yep

on some super-fast machine without libcurl-dev installed and
it will check the header dependencies for the rest of the makefile.

Previously it would error out for two reasons:

 - COMPUTE_HEADER_DEPENDENCIES and CHECK_HEADER_DEPENDENCIES
   are incompatible

 - the safety to make sure the automatically computed header
   dependencies were present did not understand that HTTP support
   is missing

This is nothing urgent, just nice to have.  I’d be glad to carry
them locally if that’s more convenient.

Jonathan Nieder (2):
  Makefile: fix header dependency checker to allow NO_CURL builds
  Makefile: let header dependency checker override
    COMPUTE_HEADER_DEPENDENCIES

 Makefile |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2010-05-09  3:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-09  3:55 [PATCH 0/2] Makefile: header dependency checker fixes Jonathan Nieder
2010-05-09  3:57 ` [PATCH 1/2] Makefile: fix header dependency checker to allow NO_CURL builds Jonathan Nieder
2010-05-09  4:00 ` [PATCH 2/2] Makefile: let header dependency checker override COMPUTE_HEADER_DEPENDENCIES Jonathan Nieder

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).