From 1f051ab43ffb26a35254338e5a4bde41008d995e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?agentzh=20=28=E7=AB=A0=E4=BA=A6=E6=98=A5=29?= Date: Sat, 2 Apr 2011 15:21:52 +0800 Subject: [PATCH] mentions that make -jN may not work at least for FreeBSD's bsdmake. --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index fc58cd8..c5fba5e 100644 --- a/README +++ b/README @@ -62,6 +62,10 @@ in your PATH environment, and then follow the following steps: make + Note that, "make -jN" may not work at least for FreeBSD's "bsdmake"; use + gmake (i.e., GNU make) instead or avoid using the jobserver feature with + your make. + 4. install ngx_openresty into the target directory that you specified by the --prefix option in Step 2.