make-alpha
[Top][All Lists]
Advanced

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

make job.c ChangeLog


From: Eli Zaretskii
Subject: make job.c ChangeLog
Date: Fri, 07 Dec 2012 14:11:15 +0000

CVSROOT:        /sources/make
Module name:    make
Changes by:     Eli Zaretskii <eliz>    12/12/07 14:11:15

Modified files:
        .              : job.c ChangeLog 

Log message:
        Avoid leaving temporary batch files in the temporary directory.
        
         job.c (create_batch_file): Declare the counter of batch files
         static, to avoid having 2 jobs using the same file name and
         stepping on each other's toes.  When all 64K names are used up,
         make one more loop looking for slots that became vacant.  This
         avoids leaving behind temporary batch files in the temporary
         directory, which happens frequently on a fast machine when using
         parallel builds.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/make/job.c?cvsroot=make&r1=1.220&r2=1.221
http://cvs.savannah.gnu.org/viewcvs/make/ChangeLog?cvsroot=make&r1=2.490&r2=2.491



reply via email to

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