bug-make
[Top][All Lists]
Advanced

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

[bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET


From: Paul D. Smith
Subject: [bug #40226] Weird failure on Windows with OUTPUT_SYNC_TARGET
Date: Sun, 24 Nov 2013 09:12:11 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36

Update of bug #40226 (project make):

                  Status:                    None => Fixed                  
             Assigned to:                    None => psmith                 
             Open/Closed:                    Open => Closed                 
           Fixed Release:                    None => SCM                    

    _______________________________________________________

Follow-up Comment #11:

I enhanced the option parsing in make to create a new type of option, that
takes a single string instead of a list of strings.  If multiple instances of
that option are provided, each subsequent instance overwrites (instead of adds
to) the previous one.

This new type is used for the jobserver fds internal option, the output-sync
option, and the sync-mutex option.

This means we're not constructing "fake" stringlists for these options and we
avoid the memory issue described here.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?40226>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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