source:
DMM/cmt/cleanup.csh@
373
| Last change on this file since 373 was 373, checked in by , 18 years ago | |
|---|---|
| File size: 395 bytes | |
| Line | |
|---|---|
| 1 | if ( $?CMTROOT == 0 ) then |
| 2 | setenv CMTROOT /home/campagne/kits/CMT/v1r18p20051108 |
| 3 | endif |
| 4 | source ${CMTROOT}/mgr/setup.csh |
| 5 | set tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name` |
| 6 | if $status != 0 then |
| 7 | set tempfile=/tmp/cmt.$$ |
| 8 | endif |
| 9 | ${CMTROOT}/mgr/cmt cleanup -csh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS $* >${tempfile}; source ${tempfile} |
| 10 | /bin/rm -f ${tempfile} |
| 11 |
Note:
See TracBrowser
for help on using the repository browser.
