mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* win32/ifchange.bat: delete testing files.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@8363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
c0d306473e
commit
a768498ffa
2 changed files with 6 additions and 0 deletions
|
|
@ -1,3 +1,7 @@
|
|||
Wed Apr 20 23:01:35 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* win32/ifchange.bat: delete testing files.
|
||||
|
||||
Wed Apr 20 07:27:18 2005 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* {bcc32,win32,wince}/configure.bat, {bcc32,win32,wince}/setup.mak:
|
||||
|
|
|
|||
|
|
@ -6,6 +6,8 @@ echo foo > conftest1.tmp
|
|||
echo bar > conftest2.tmp
|
||||
fc.exe conftest1.tmp conftest2.tmp > nul
|
||||
if not errorlevel 1 goto :brokenfc
|
||||
del conftest1.tmp > nul
|
||||
del conftest2.tmp > nul
|
||||
|
||||
:: target does not exist or new file differs from it.
|
||||
if not exist %1 goto :update
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue