git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Port to QNX
@ 2012-12-14 18:38 Matt Kraai
  2012-12-14 18:38 ` [PATCH 1/2] Make lock local to fetch_pack Matt Kraai
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Matt Kraai @ 2012-12-14 18:38 UTC (permalink / raw)
  To: git

This series ports Git to QNX.  It builds on both QNX 6.3.2 and QNX
6.5.0.  The test suite does not pass.  Unless the corresponding
software is installed, the following arguments must be passed to Make:

 NO_CURL=1 NO_GETTEXT=1 NO_OPENSSL=1 NO_PERL=1 NO_PYTHON=1 NO_TCLTK=1

  [1/2]: Make lock local to fetch_pack

QNX 6.3.2's unistd.h declares a function named lock, which causes
fetch-pack.c to fail to compile if lock has file-scope.  Since it's
only used in a single function, move it therein.

  [2/2]: Port to QNX

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2012-12-16  8:28 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-14 18:38 [PATCH 0/2] Port to QNX Matt Kraai
2012-12-14 18:38 ` [PATCH 1/2] Make lock local to fetch_pack Matt Kraai
2012-12-15 18:40   ` Junio C Hamano
2012-12-15 19:31     ` Junio C Hamano
2012-12-14 18:38 ` [PATCH 2/2] Port to QNX Matt Kraai
2012-12-16  8:27   ` Joachim Schmitz
2012-12-15 18:38 ` [PATCH 0/2] " Junio C Hamano
2012-12-15 21:55   ` Matt Kraai

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).