﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	phab_field
2810	Race condition found in FCollada Makefile	Guido Falsi		"While testing on FreeBSD I found a race condition in the fcollada Makefile:

all: output_dirs output/libFColladaSD.a output/libFColladaSR.a install

as it is there is no warranty the output_dirs target will be executed before the other ones or thir descendants, so sometimes the build fails due to missin directories.

I fixed it sith the attached patch, which adds output_dirs as an order only dependency on all relevant targets, wwarranting it wwill be exeecuted first.

It fixed the probem for me."	defect	new	Must Have	Alpha 17	Build & Packages		fcollada		
