help-make
[Top][All Lists]
Advanced

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

is $(file ) thread safe when using option -j ?


From: Pierre Lindenbaum
Subject: is $(file ) thread safe when using option -j ?
Date: Fri, 12 Sep 2014 17:43:27 +0200
User-agent: Mozilla/5.0 (X11; Linux i686; rv:31.0) Gecko/20100101 Thunderbird/31.0

when using $(file ) http://www.gnu.org/software/make/manual/make.html#File-Function .

If two targets, built in parallel with option -j, both call

    $(file >>log.txt, Building $@)

is $file thead safe or is it possible to obtain a mixture of both messages in the file log.txt ?


Pierre



reply via email to

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