]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Use compat mkdtemp() on Solaris boxes
authorGuido Ostkamp <git@ostkamp.fastmail.fm>
Fri, 16 Nov 2007 18:59:58 +0000 (19:59 +0100)
committerJunio C Hamano <gitster@pobox.com>
Sun, 18 Nov 2007 17:45:20 +0000 (09:45 -0800)
commit4e0da76318c44436286eeeca2b711d82c1098493
tree90d09d68e7b230e2db8b7643d1e31ef6ab86fe8e
parent9f4c4eb0e16d1e21eaaf5cab5591c3491456cd14
Use compat mkdtemp() on Solaris boxes

Define NO_MKDTEMP for all variants of SunOS; Solaris 10 does not
have mkdtemp() and all the other versions our Makefile knows
about don't have it either.

NO_{SETENV,UNSETENV,C99_FORMAT,STRTOUMAX} definitions cannot be
unified across versions.  Beginning with Solaris 10, the C-library
provides unsetenv(), setenv() and strtoumax().  Also 'z'/'t' formats
are supported.  However, older versions of Solaris do not support
these.

Signed-off-by: Guido Ostkamp <git@ostkamp.fastmail.fm>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile