mirror of
https://github.com/python/cpython.git
synced 2025-11-22 19:46:48 +00:00
Upgrade to bzip2 1.0.6.
This commit is contained in:
parent
ace9261558
commit
e7f67b5b98
8 changed files with 22 additions and 22 deletions
|
|
@ -4,7 +4,7 @@
|
|||
cd ..
|
||||
@rem XXX: If you need to force the buildbots to start from a fresh environment, uncomment
|
||||
@rem the following, check it in, then check it out, comment it out, then check it back in.
|
||||
@rem if exist bzip2-1.0.5 rd /s/q bzip2-1.0.5
|
||||
@rem if exist bzip2-1.0.6 rd /s/q bzip2-1.0.6
|
||||
@rem if exist tcltk rd /s/q tcltk
|
||||
@rem if exist tcltk64 rd /s/q tcltk64
|
||||
@rem if exist tcl8.4.12 rd /s/q tcl8.4.12
|
||||
|
|
@ -19,9 +19,9 @@ cd ..
|
|||
@rem if exist sqlite-3.6.21 rd /s/q sqlite-3.6.21
|
||||
|
||||
@rem bzip
|
||||
if not exist bzip2-1.0.5 (
|
||||
rd /s/q bzip2-1.0.3
|
||||
svn export http://svn.python.org/projects/external/bzip2-1.0.5
|
||||
if not exist bzip2-1.0.6 (
|
||||
rd /s/q bzip2-1.0.5
|
||||
svn export http://svn.python.org/projects/external/bzip2-1.0.6
|
||||
)
|
||||
|
||||
@rem Berkeley DB
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue