18 lines
260 B
Tcsh
Executable File
18 lines
260 B
Tcsh
Executable File
#!/bin/csh
|
|
|
|
set dwa=~/devel/mg/dwa_02_23/ic/lv/aoi-dbg/
|
|
|
|
if ( { rsh amy-bld-07 "cd $dwa && cglu && cd locallv && gmake calibre" } ) then
|
|
else
|
|
exit
|
|
endif
|
|
if ( { calibre -drc -hier -turbo $1 } ) then
|
|
else
|
|
exit
|
|
endif
|
|
if ( { merge.csh } ) then
|
|
else
|
|
exit
|
|
endif
|
|
|