From: Junio C Hamano <gitster@pobox.com>
To: "David Syzdek" <syzdek@gmail.com>
Cc: "Junio C Hamano" <gitster@pobox.com>, git@vger.kernel.org
Subject: Re: [PATCH] Add support for uintmax_t type on FreeBSD 4.9
Date: Mon, 27 Oct 2008 21:14:24 -0700 [thread overview]
Message-ID: <7v8ws9gxun.fsf@gitster.siamese.dyndns.org> (raw)
In-Reply-To: <9a0027270810270623h4c0c34d0vcd92f61edff6da5@mail.gmail.com> (David Syzdek's message of "Mon, 27 Oct 2008 05:23:15 -0800")
"David Syzdek" <syzdek@gmail.com> writes:
> The following should match against FreeBSD 4.x:
>
> FREEBSD_MAJOR := $(shell sh -c 'echo $(uname_R) |cut -d. -f1')
> ifeq ($(FREEBSD_MAJOR),4)
> NO_UINTMAX_T = YesPlease
> NO_STRTOUMAX = YesPlease
> endif
>
> Is the use of FREEBSD_MAJOR okay, or would another name be more appropriate?
Other parts of the Makefile seems to do something like this:
ifeq ($(shell expr "$(uname_R)" : '4\.'),2)
prev parent reply other threads:[~2008-10-28 4:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-26 11:52 [PATCH] Add support for uintmax_t type on FreeBSD 4.9 David M. Syzdek
2008-10-27 5:30 ` Junio C Hamano
[not found] ` <9a0027270810262239r311074m51d382bdd95fd0dc@mail.gmail.com>
2008-10-27 5:46 ` David Syzdek
2008-10-27 6:17 ` Junio C Hamano
2008-10-27 13:23 ` David Syzdek
2008-10-28 4:14 ` Junio C Hamano [this message]
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=7v8ws9gxun.fsf@gitster.siamese.dyndns.org \
--to=gitster@pobox.com \
--cc=git@vger.kernel.org \
--cc=syzdek@gmail.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.