Changeset 687 for branches/newmole/scripts/nightly_copy_files_original.pl
- Timestamp:
- 12/05/06 21:35:06 (2 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/newmole/scripts/nightly_copy_files_original.pl
r313 r687 101 101 print(" moved to unix target source directory, about to delete all files\n"); 102 102 # remove the old source files 103 unlink <*.c > ;103 unlink <*.cpp> ; 104 104 # 105 105 # -------- … … 499 499 copy( $input , $output); 500 500 } 501 # we have now clobbered the path.c file, and need to copy a valid one from 1 dir up502 copy( "u:/cloudy/trunk/path.c " , "u:/cloudy/trunk/source/path.c" );501 # we have now clobbered the path.cpp file, and need to copy a valid one from 1 dir up 502 copy( "u:/cloudy/trunk/path.cpp" , "u:/cloudy/trunk/source/path.cpp" ); 503 503 504 504 # move to pc unix tsuite directory
