diff options
author | Mark Spruiell <mes@zeroc.com> | 2002-10-30 01:40:38 +0000 |
---|---|---|
committer | Mark Spruiell <mes@zeroc.com> | 2002-10-30 01:40:38 +0000 |
commit | 0920537d693b04503981b1080ff7962d6f7e54a9 (patch) | |
tree | c09c6b7a21ab132ef3f9e7edfba96e6a1edb9c24 /cpp | |
parent | initial check-in (diff) | |
download | ice-0920537d693b04503981b1080ff7962d6f7e54a9.tar.bz2 ice-0920537d693b04503981b1080ff7962d6f7e54a9.tar.xz ice-0920537d693b04503981b1080ff7962d6f7e54a9.zip |
remove files
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/makedist.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/makedist.py b/cpp/makedist.py index a240451e0c4..9ac2ddf81b6 100755 --- a/cpp/makedist.py +++ b/cpp/makedist.py @@ -72,8 +72,8 @@ os.system("cvs -z5 -d cvs.mutablerealms.com:/home/cvsroot export " + tag + " ice filesToRemove = [ \ "makedist.py", \ ] -#for x in filesToRemove: -# os.remove(x) +for x in filesToRemove: + os.remove(x) # # Generate bison files. |