bug-make
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/n


From: Paul D. Smith
Subject: [bug #60774] make hangs on fcntl lock when using -O and stdout is /dev/null
Date: Tue, 30 Aug 2022 21:59:57 -0400 (EDT)

Update of bug #60774 (project make):

                  Status:                    None => Fixed                  
             Open/Closed:                    Open => Closed                 
       Component Version:                    None => 4.0                    
           Fixed Release:                    None => SCM                    
           Triage Status:                    None => Medium Effort          

    _______________________________________________________

Follow-up Comment #10:

Thanks for the patch Dmitry.  I decided to do a major overhaul of this area of
the code and create os-specific implementations rather than continue to try to
emulate POSIX functions on Windows with fcntl.

On Windows the implementation uses a mutex, as before.

On POSIX systems we create a temporary file and then pass the filename to
child makes and all the makes lock that file instead of stdout.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?60774>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]