Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Apr 2019 20:21:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 237393] release make cannot be run in parallel
Message-ID:  <bug-237393-227-cbuDBAMSxG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-237393-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-237393-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D237393

--- Comment #3 from Sean Eric Fagan <sef@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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-237393-227-cbuDBAMSxG>