From: Jonathan Nieder <jrnieder@gmail.com>
To: git@vger.kernel.org
Cc: Junio C Hamano <gitster@pobox.com>
Subject: [PATCH 0/2] Makefile: header dependency checker fixes
Date: Sat, 8 May 2010 22:55:36 -0500 [thread overview]
Message-ID: <20100509035536.GA8118@progeny.tock> (raw)
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(-)
next reply other threads:[~2010-05-09 3:57 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-05-09 3:55 Jonathan Nieder [this message]
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
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=20100509035536.GA8118@progeny.tock \
--to=jrnieder@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/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 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).