diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-16 19:43:00 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-16 19:43:00 +0000 |
commit | 4ed077a820dca166e3e2bf9785311331df0190b0 (patch) | |
tree | 9d6e57c77afb0449d53ab6b42c1f83d1e388620a /rlz/copy_files.bat | |
parent | 49bd49a6438dccf100904804f1675d13e31a8d97 (diff) | |
download | chromium_src-4ed077a820dca166e3e2bf9785311331df0190b0.zip chromium_src-4ed077a820dca166e3e2bf9785311331df0190b0.tar.gz chromium_src-4ed077a820dca166e3e2bf9785311331df0190b0.tar.bz2 |
- Stop rlz from constantly "rebuilding".
- Changes dependencies from
rlz
browser
interactive_ui_tests
unit_tests
to
rlz
interactive_ui_tests
mini_installer
unit_tests
Review URL: http://codereview.chromium.org/10760
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5548 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'rlz/copy_files.bat')
-rw-r--r-- | rlz/copy_files.bat | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/rlz/copy_files.bat b/rlz/copy_files.bat index 022c54f..ebc5382 100644 --- a/rlz/copy_files.bat +++ b/rlz/copy_files.bat @@ -6,8 +6,4 @@ setlocal set InputPath=%~1 set OutDir=%~2 -if NOT "%CHROMIUM_BUILD%" == "_google_chrome" goto END - -xcopy /R /C /Y %InputPath% %OutDir% - -:END +if exist "%InputPath%" xcopy /R /C /Y "%InputPath%" "%OutDir%" |