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

--- Comment #3 from Sean Eric Fagan <[email protected]> ---
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"

Reply via email to