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=2... ============================================================================== --- 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