[Bug 237393] release make cannot be run in parallel

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Apr 21 20:21:39 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=237393

--- Comment #3 from Sean Eric Fagan <sef at FreeBSD.org> ---
Actually, I think the problem may be make.  With any -j option, it breaks
pretty badly.

A sample Makefile:
all:
        @echo $$$$
        @echo $$$$
        @echo $$$$

% make
50963
50964
50965
% make -j1
50967
50967
50967

Running each command in a target in the same shell process is pretty bad.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list