Last change
on this file since 1710 was 1710, checked in by aubourg, 24 years ago |
pb deadlock multiple fits readers
|
-
Property svn:executable
set to
*
|
File size:
290 bytes
|
Rev | Line | |
---|
[1691] | 1 | #!/bin/csh
|
---|
| 2 |
|
---|
| 3 | foreach d (kernel pipes processors sophya)
|
---|
| 4 | echo ""
|
---|
| 5 | echo "****" $d
|
---|
| 6 | foreach f (`cat files_$d`)
|
---|
| 7 | echo $f
|
---|
[1710] | 8 | rm -f $d/$f
|
---|
| 9 | ln -s ../$f $d/$f
|
---|
| 10 | #cp -p $f $d/$f
|
---|
[1691] | 11 | end
|
---|
[1710] | 12 | rm -f $d/Makefile.in
|
---|
| 13 | ln -s ../Makefile.in_$d $d/Makefile.in
|
---|
| 14 | #cp -p Makefile.in_$d $d/Makefile.in
|
---|
[1691] | 15 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.