[Issue 20252] posix.mak does not stop on failure
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Mar 20 06:35:30 UTC 2020
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20252
Walter Bright <bugzilla at digitalmars.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla at digitalmars.com
         Resolution|---                         |WONTFIX
--- Comment #1 from Walter Bright <bugzilla at digitalmars.com> ---
Running make with -j3 will use multiple threads. If one thread fails, the
others will continue to run. It's how make is designed to run. I suspect this
is the cause of the behavior you're seeing. If not, please reopen and clarify.
--
    
    
More information about the Digitalmars-d-bugs
mailing list