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