This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [committed] Fix up run_all.sh


On Sep 17, 2014, at 12:16 PM, Jakub Jelinek <jakub@redhat.com> wrote:
> On Wed, Sep 17, 2014 at 12:13:51PM -0700, Mike Stump wrote:
>> On Sep 17, 2014, at 11:25 AM, Jakub Jelinek <jakub@redhat.com> wrote:
>>> -		  if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count; then
>>> +		  if mkdir $GCC_RUNTEST_PARALLELIZE_DIR/$par_count 2>/dev/null; then
>> 
>> So, I can’t help but think we should just do a mkdir -p for this and be done with it.
> 
> mkdir -p does not fail if the directory exists, which is exactly what this
> code relies on for the synchronization.

Oh, yeah, right.  :-)  Never mind.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]