|
Last change
on this file since 1711 was 1710, checked in by aubourg, 24 years ago |
|
pb deadlock multiple fits readers
|
-
Property svn:executable
set to
*
|
|
File size:
290 bytes
|
| Line | |
|---|
| 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
|
|---|
| 8 | rm -f $d/$f
|
|---|
| 9 | ln -s ../$f $d/$f
|
|---|
| 10 | #cp -p $f $d/$f
|
|---|
| 11 | end
|
|---|
| 12 | rm -f $d/Makefile.in
|
|---|
| 13 | ln -s ../Makefile.in_$d $d/Makefile.in
|
|---|
| 14 | #cp -p Makefile.in_$d $d/Makefile.in
|
|---|
| 15 | end
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.