[Aimmath-commit] AIM/WEB-INF/maple Make.mpl,1.1.1.1.2.4,1.1.1.1.2.4.2.1
Brought to you by:
gustav_delius,
npstrick
|
From: <mo...@us...> - 2003-08-11 15:37:43
|
Update of /cvsroot/aimmath/AIM/WEB-INF/maple
In directory sc8-pr-cvs1:/tmp/cvs-serv14325
Modified Files:
Tag: KM
Make.mpl
Log Message:
minor tweak to prevent error message saying too many files are open under Maple 9 when running AutoConf.mpl
Index: Make.mpl
===================================================================
RCS file: /cvsroot/aimmath/AIM/WEB-INF/maple/Make.mpl,v
retrieving revision 1.1.1.1.2.4
retrieving revision 1.1.1.1.2.4.2.1
diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.4.2.1
*** Make.mpl 10 Jul 2003 21:32:09 -0000 1.1.1.1.2.4
--- Make.mpl 11 Aug 2003 15:22:35 -0000 1.1.1.1.2.4.2.1
***************
*** 91,95 ****
kernelopts(printbytes = false):
! pread("Package.mpl"):
if MakeTrans = true then
--- 91,101 ----
kernelopts(printbytes = false):
! # KM
! # DIST pread("Package.mpl"):
! if `Package/IsLoaded` <> true then
! pread("FullPackage.mpl"):
! `Package/IsLoaded` := true:
! fi;
! # END KM
if MakeTrans = true then
|