From owner-freebsd-current@FreeBSD.ORG Fri May 31 10:25:06 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 280D966D for ; Fri, 31 May 2013 10:25:06 +0000 (UTC) (envelope-from andre@freebsd.org) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.freebsd.org (Postfix) with ESMTP id 900592FF for ; Fri, 31 May 2013 10:25:05 +0000 (UTC) Received: (qmail 11421 invoked from network); 31 May 2013 11:23:08 -0000 Received: from unknown (HELO [62.48.0.94]) ([62.48.0.94]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 31 May 2013 11:23:08 -0000 Message-ID: <51A87A7E.3070201@freebsd.org> Date: Fri, 31 May 2013 12:25:02 +0200 From: Andre Oppermann User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: florent+FreeBSD-current@peterschmitt.fr Subject: Re: make -jN parallel builds is broken References: <51A877C6.9000700@freebsd.org> <51A878C0.7030600@peterschmitt.fr> In-Reply-To: <51A878C0.7030600@peterschmitt.fr> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Cc: freebsd-current@freebsd.org, Florent Peterschmitt X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 31 May 2013 10:25:06 -0000 On 31.05.2013 12:17, Florent Peterschmitt wrote: > Le 31/05/2013 12:13, Andre Oppermann a écrit : >> Any ideas how to fix this? >> >> # make -j8 buildworld >> --- buildworld --- >> make: illegal option -- J >> usage: make [-BPSXeiknpqrstv] [-C directory] [-D variable] >> [-d flags] [-E variable] [-f makefile] [-I directory] >> [-j max_jobs] [-m directory] [-V variable] >> [variable=value] [target ...] >> *** [buildworld] Error code 2 >> >> make: stopped in /u/svn/commit/head4 >> 1 error >> > > See here: > > http://lists.freebsd.org/pipermail/freebsd-current/2013-May/041976.html Blowing away /usr/obj fixed the issue. Apparently "make clean" isn't sufficient. Thanks -- Andre