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