Date: Fri, 31 May 2013 12:25:02 +0200 From: Andre Oppermann <andre@freebsd.org> To: florent+FreeBSD-current@peterschmitt.fr Cc: freebsd-current@freebsd.org, Florent Peterschmitt <florent@peterschmitt.fr> Subject: Re: make -jN parallel builds is broken Message-ID: <51A87A7E.3070201@freebsd.org> In-Reply-To: <51A878C0.7030600@peterschmitt.fr> References: <51A877C6.9000700@freebsd.org> <51A878C0.7030600@peterschmitt.fr>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51A87A7E.3070201>