From: David Aguilar <davvid@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org
Subject: [PATCH] Makefile: fix default regex settings on Darwin
Date: Fri, 10 May 2013 22:08:33 -0700 [thread overview]
Message-ID: <1368248913-95188-1-git-send-email-davvid@gmail.com> (raw)
t0070-fundamental.sh fails on Mac OS X 10.8 by default.
Fix it by using Git's regex library.
Signed-off-by: David Aguilar <davvid@gmail.com>
---
"make test" fails right now; this fixes it.
t0070-fundamental is how far it got last time.
It's still running now.. :-)
Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/Makefile b/Makefile
index 7e12999..4a462c0 100644
--- a/Makefile
+++ b/Makefile
@@ -1057,6 +1057,7 @@ ifeq ($(uname_S),Darwin)
COMMON_DIGEST_SHA1 = YesPlease
COMMON_DIGEST_HMAC = YesPlease
PTHREAD_LIBS =
+ NO_REGEX = YesPlease
endif
ifndef CC_LD_DYNPATH
--
1.8.3.rc1.47.g6e51a5f
next reply other threads:[~2013-05-11 5:08 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-11 5:08 David Aguilar [this message]
2013-05-11 6:31 ` [PATCH] Makefile: fix default regex settings on Darwin Jonathan Nieder
2013-05-11 6:44 ` David Aguilar
2013-05-11 7:04 ` Jonathan Nieder
2013-05-11 7:55 ` David Aguilar
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=1368248913-95188-1-git-send-email-davvid@gmail.com \
--to=davvid@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