Przeglądaj źródła

Change execunix.c to always use fork() instead of
vfork() on the Mac. This works around known issues
with bjam on PPC under Tiger and a problem reported
by Rene with bjam on x86 under Leopard.

A future revision will change execvp() use to execve()
to enable the Mac to once again use the more efficient
vfork() on the Mac.



[SVN r45956]

K. Noel Belcourt 18 lat temu
rodzic
commit
e7cbadddbe
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      tools/build

+ 1 - 1
tools/build

@@ -1 +1 @@
-Subproject commit adbe58dea5516e7079589ccab52a0fa82f31302d
+Subproject commit 498d4d2b69098c5be9ace5a24eada29f0f48dea1

粤ICP备19079148号