Moving company specific files to local.
This commit is contained in:
17
local/mg/build_and_run.csh
Executable file
17
local/mg/build_and_run.csh
Executable file
@@ -0,0 +1,17 @@
|
||||
#!/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
|
||||
|
||||
Reference in New Issue
Block a user