]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Make NO_PTHREADS the sole thread configuration variable
authorDan McGee <dpmcgee@gmail.com>
Sat, 30 Jan 2010 01:22:19 +0000 (19:22 -0600)
committerJunio C Hamano <gitster@pobox.com>
Sun, 31 Jan 2010 19:50:50 +0000 (11:50 -0800)
commit7eb151d6e289b98d2ad3d1a9ad08fe3693f05a24
tree78b1390ba8ce18edc9440a494d50387a7dec7370
parentb0883aa6c77111e88496bd0afe073caf68ab9f99
Make NO_PTHREADS the sole thread configuration variable

When the first piece of threaded code was introduced in commit 8ecce684, it
came with its own THREADED_DELTA_SEARCH Makefile option. Since this time,
more threaded code has come into the codebase and a NO_PTHREADS option has
also been added. Get rid of the original option as the newer, more generic
option covers everything we need.

Signed-off-by: Dan McGee <dpmcgee@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes-1.7.0.txt
Makefile
builtin-pack-objects.c
config.mak.in
configure.ac