| Line | |
|---|
| 1 | # echo "Setting DMM v0 in /home/campagne/projets/OSArea/MEMPHYS"
|
|---|
| 2 |
|
|---|
| 3 | if test "${CMTROOT}" = ""; then
|
|---|
| 4 | CMTROOT=/home/campagne/kits/CMT/v1r18p20051108; export CMTROOT
|
|---|
| 5 | fi
|
|---|
| 6 | . ${CMTROOT}/mgr/setup.sh
|
|---|
| 7 |
|
|---|
| 8 | tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
|
|---|
| 9 | if test ! $? = 0 ; then tempfile=/tmp/cmt.$$; fi
|
|---|
| 10 | ${CMTROOT}/mgr/cmt setup -sh -pack=DMM -version=v0 -path=/home/campagne/projets/OSArea/MEMPHYS -no_cleanup $* >${tempfile}; . ${tempfile}
|
|---|
| 11 | /bin/rm -f ${tempfile}
|
|---|
| 12 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.