[ros-diffs] [janderwald] 24752: - ignore failure if dir already exists

janderwald at svn.reactos.org janderwald at svn.reactos.org
Tue Nov 14 17:26:17 CET 2006


Author: janderwald
Date: Tue Nov 14 19:26:15 2006
New Revision: 24752

URL: http://svn.reactos.org/svn/reactos?rev=24752&view=rev
Log:
- ignore failure if dir already exists

Modified:
    trunk/reactos/Makefile

Modified: trunk/reactos/Makefile
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Makefile?rev=24752&r1=24751&r2=24752&view=diff
==============================================================================
--- trunk/reactos/Makefile (original)
+++ trunk/reactos/Makefile Tue Nov 14 19:26:15 2006
@@ -403,7 +403,7 @@
 		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




More information about the Ros-diffs mailing list