source: PSPA/Interface_Web/trunk/Interfaces/aml/v1r0p0/cmt/cleanup.csh @ 422

Last change on this file since 422 was 422, checked in by touze, 11 years ago

add AML/UAP package

File size: 388 bytes
Line 
1if ( $?CMTROOT == 0 ) then
2  setenv CMTROOT /usr/local/CMT/v1r20p20090520
3endif
4source ${CMTROOT}/mgr/setup.csh
5set tempfile=`${CMTROOT}/mgr/cmt -quiet build temporary_name`
6if $status != 0 then
7  set tempfile=/tmp/cmt.$$
8endif
9${CMTROOT}/mgr/cmt cleanup -csh -pack=aml -version=v1r0p0 -path=/Users/touze/Public/pspa/Interfaces $* >${tempfile}; source ${tempfile}
10/bin/rm -f ${tempfile}
11
Note: See TracBrowser for help on using the repository browser.