Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
use syn_otp.cmd to clean up werldir
- Loading branch information
Dave Cottlehuber
committed
Mar 26, 2013
1 parent
1c51bf1
commit 952cc92775dd04a313472a3e7b77921282d847f8
Showing
2 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -1,2 +1,3 @@ | ||
robocopy c:\relax\release\otp_src_R14B03 c:\relax\otp_src_R14B03 -mir -log:NUL: | ||
robocopy c:\relax\release\otp_src_R14B04 c:\relax\otp_src_R14B04 -mir -log:NUL: | ||
if not defined WERL_SRC set WERL_SRC=c:\relax\werl | ||
if not defined WERL_DIR set WERL_DIR=c:\jenkins\workspace\werl | ||
robocopy %WERL_SRC% %WERL_DIR% -mir -log:NUL: -r:0 -w:0 |