axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] 20081223.04.tpd.patch (algebra/Makefile move LIST3 to


From: daly
Subject: [Axiom-developer] 20081223.04.tpd.patch (algebra/Makefile move LIST3 to layer 1)
Date: Wed, 24 Dec 2008 00:17:48 -0600

Move LIST3 to layer 1
===================================================================
diff --git a/changelog b/changelog
index 63a237d..96bdf8e 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20081223 tpd src/axiom-website/patches.html 20081223.04.tpd.patch
+20081223 tpd src/algebra/Makefile move LIST3 to layer 1
 20081223 tpd src/axiom-website/patches.html 20081223.03.tpd.patch
 20081223 tpd src/algebra/Makefile move GRDEF to layer 0
 20081223 tpd src/axiom-website/patches.html 20081223.02.tpd.patch
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index 504a0ab..39d107f 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -198,6 +198,7 @@ LAYER1=\
   ${OUT}/AGG.o     ${OUT}/AGG-.o \
   ${OUT}/ANY1.o     ${OUT}/COMBOPC.o  ${OUT}/DROPT1.o   ${OUT}/EQ2.o      \
   ${OUT}/FORTCAT.o  ${OUT}/ITFUN2.o   ${OUT}/ITFUN3.o   ${OUT}/ITUPLE.o   \
+  ${OUT}/LIST3.o \
   ${OUT}/MKBCFUNC.o ${OUT}/MKRECORD.o ${OUT}/MKUCFUNC.o ${OUT}/NONE1.o    \
   ${OUT}/PATAB.o    ${OUT}/PLOT1.o    ${OUT}/PPCURVE.o  ${OUT}/PSCURVE.o  \
   ${OUT}/REAL.o     ${OUT}/RESLATC.o  ${OUT}/RETRACT.o  ${OUT}/RETRACT-.o \
@@ -218,11 +219,15 @@ LAYER2=\
 
 @
 \subsection{Layer 3}
+\subsubsection{Completed spad files}
+\begin{verbatim}
+grdef.spad.pamphlet (GRDEF)
+\end{verbatim}
 
 <<layer3>>=
 
 LAYER3=\
-  ${OUT}/LIST3.o ${OUT}/MKFUNC.o \
+ ${OUT}/MKFUNC.o \
   layer3done
 
 @
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index 287754e..ae73df3 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -831,6 +831,8 @@ algebra/Makefile move AGG to layer1<br/>
 algebra/Makefile move BASTYPE to layer0<br/>
 <a href="patches/20081223.03.tpd.patch">20081223.03.tpd.patch</a>
 algebra/Makefile move GRDEF to layer0<br/>
+<a href="patches/20081223.04.tpd.patch">20081223.04.tpd.patch</a>
+algebra/Makefile move LIST3 to layer1<br/>
 
  </body>
 </html>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]