Update of /cvsroot/aimmath/AIM/WEB-INF/maple
In directory sc8-pr-cvs1:/tmp/cvs-serv28097
Modified Files:
Tag: develop_2_1
Make.mpl
Log Message:
fixed the "too many files open" bug
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.5
diff -C2 -d -r1.1.1.1.2.4 -r1.1.1.1.2.5
*** Make.mpl 10 Jul 2003 21:32:09 -0000 1.1.1.1.2.4
--- Make.mpl 13 Aug 2003 19:31:02 -0000 1.1.1.1.2.5
***************
*** 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
|