From owner-cvs-all@FreeBSD.ORG Fri Sep 17 00:46:46 2010 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 044811065670; Fri, 17 Sep 2010 00:46:46 +0000 (UTC) (envelope-from obrien@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id CF2748FC16; Fri, 17 Sep 2010 00:46:45 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.4/8.14.4) with ESMTP id o8H0kjHg092683; Fri, 17 Sep 2010 00:46:45 GMT (envelope-from obrien@repoman.freebsd.org) Received: (from obrien@localhost) by repoman.freebsd.org (8.14.4/8.14.4/Submit) id o8H0kjes092682; Fri, 17 Sep 2010 00:46:45 GMT (envelope-from obrien) Message-Id: <201009170046.o8H0kjes092682@repoman.freebsd.org> From: "David E. O'Brien" Date: Fri, 17 Sep 2010 00:46:45 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/editors/vim Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Sep 2010 00:46:46 -0000 obrien 2010-09-17 00:46:45 UTC FreeBSD ports repository Modified files: editors/vim Makefile Log: Enable MAKE_JOBS_SAFE for Vim build so it will build in parallel. This deals with the misspelling of "./auto/osdef.h" in some of the .o dependencies - which is what caused the race condition needing MAKE_JOBS_UNSAFE=yes. Revision Changes Path 1.357 +7 -1 ports/editors/vim/Makefile