equal
deleted
inserted
replaced
2 # |
2 # |
3 # DESCRIPTION: produce pre-canned Cygwin distribution for Isabelle |
3 # DESCRIPTION: produce pre-canned Cygwin distribution for Isabelle |
4 |
4 |
5 ## global parameters |
5 ## global parameters |
6 |
6 |
7 CYGWIN_MIRROR="http://isabelle.in.tum.de/cygwin_2013-1" |
7 CYGWIN_MIRROR="http://isabelle.in.tum.de/cygwin_2014" |
8 |
8 |
9 |
9 |
10 ## diagnostics |
10 ## diagnostics |
11 |
11 |
12 PRG=$(basename "$0") |
12 PRG=$(basename "$0") |
66 for NAME in hosts protocols services networks passwd group |
66 for NAME in hosts protocols services networks passwd group |
67 do |
67 do |
68 rm "$TARGET/etc/$NAME" |
68 rm "$TARGET/etc/$NAME" |
69 done |
69 done |
70 |
70 |
71 ln -s cygperl5_14.dll "$TARGET/bin/cygperl5_14_2.dll" |
|
72 |
|
73 rm "$TARGET/Cygwin.bat" |
71 rm "$TARGET/Cygwin.bat" |
74 |
72 |
75 |
73 |
76 # archive |
74 # archive |
77 |
75 |