From 05baefe2505943311abaeb28543e8d1222a3c9a7 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Thu, 9 Jan 2014 17:09:03 +0000 Subject: Fixed race condition in parallel build where a symbolic link (for klee-uclibc) would be created before the destination directory existed. --- runtime/klee-uclibc/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/runtime/klee-uclibc/Makefile b/runtime/klee-uclibc/Makefile index 1e848264..e166cfbc 100644 --- a/runtime/klee-uclibc/Makefile +++ b/runtime/klee-uclibc/Makefile @@ -31,6 +31,7 @@ all-local:: $(uclibc_symlink) $(uclibc_symlink): @echo "Setting up symbolic link to klee-uclibc" + -$(Verb) $(MKDIR) $(PROJ_OBJ_ROOT)/$(BuildMode)/lib $(Verb) ln -s -f $(KLEE_UCLIBC_BCA) $(uclibc_symlink) # The reasons for copying over klee-uclibc on install are -- cgit 1.4.1