From 4db3b4d9343eae8fe3ce7f7f4c368ee20d7202b5 Mon Sep 17 00:00:00 2001 From: Johannes Anderwald Date: Tue, 14 Nov 2006 16:26:15 +0000 Subject: [PATCH] - ignore failure if dir already exists svn path=/trunk/; revision=24752 --- reactos/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/Makefile b/reactos/Makefile index c3a34be1957..aa5edaa791f 100644 --- a/reactos/Makefile +++ b/reactos/Makefile @@ -403,7 +403,7 @@ universe: world sysregtest: - mkdir $(OUTPUT_)cd$(SEP)reactos + -mkdir $(OUTPUT_)cd$(SEP)reactos $(cp) boot$(SEP)bootdata$(SEP)unattend.inf.sample boot$(SEP)bootdata$(SEP)unattend.inf $(cp) boot$(SEP)bootdata$(SEP)unattend.inf.sample $(OUTPUT_)cd$(SEP)reactos$(SEP)unattend.inf $(cp) boot$(SEP)bootdata$(SEP)bootcdregtest$(SEP)testboot.bat.sample boot$(SEP)bootdata$(SEP)bootcdregtest$(SEP)testboot.bat