author | Junio C Hamano <gitster@pobox.com> | |
Sat, 15 Nov 2008 12:08:14 +0000 (04:08 -0800) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Tue, 2 Dec 2008 23:29:12 +0000 (15:29 -0800) | ||
commit | 46059cc63259f7a3d408fc1e52e8da9d37dc49ff | |
tree | 45e13409837fb1b683eeb6928ca73e36ee61f0fc | tree | snapshot |
parent | 5413812f0800e5530036671ee55476f2771ab828 | commit | diff |
Makefile: introduce NO_PTHREADS
This introduces make variable NO_PTHREADS for platforms that lack the
support for pthreads library or people who do not want to use it for
whatever reason. When defined, it makes the multi-threaded index
preloading into a no-op, and also disables threaded delta searching by
pack-objects.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Tested-by: Johannes Sixt <j6t@kdbg.org> (AIX 4.3.x)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This introduces make variable NO_PTHREADS for platforms that lack the
support for pthreads library or people who do not want to use it for
whatever reason. When defined, it makes the multi-threaded index
preloading into a no-op, and also disables threaded delta searching by
pack-objects.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Signed-off-by: Mike Ralphson <mike@abacus.co.uk>
Tested-by: Johannes Sixt <j6t@kdbg.org> (AIX 4.3.x)
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile | diff | blob | history | |
config.mak.in | diff | blob | history | |
configure.ac | diff | blob | history | |
preload-index.c | diff | blob | history |