make -jN parallel builds is broken
Andre Oppermann
andre at freebsd.org
Fri May 31 10:25:06 UTC 2013
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
More information about the freebsd-current
mailing list