axiom-developer
[Top][All Lists]
Advanced

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

[Axiom-developer] 20081223.02.tpd.patch (algebra/Makefile move BASTYPE t


From: daly
Subject: [Axiom-developer] 20081223.02.tpd.patch (algebra/Makefile move BASTYPE to layer 0)
Date: Tue, 23 Dec 2008 13:45:43 -0600

BASTYPE needs no support files.
=======================================================================
diff --git a/changelog b/changelog
index c7e254d..c659d48 100644
--- a/changelog
+++ b/changelog
@@ -1,3 +1,5 @@
+20081223 tpd src/axiom-website/patches.html 20081223.02.tpd.patch
+20081223 tpd src/algebra/Makefile move BASTYPE to layer 0
 20081223 tpd src/axiom-website/patches.html 20081223.01.tpd.patch
 20081223 tpd src/algebra/Makefile move AGG to layer 1
 20081222 tpd src/axiom-website/patches.html 20081222.01.tpd.patch
diff --git a/src/algebra/Makefile.pamphlet b/src/algebra/Makefile.pamphlet
index 61cc610..ead9000 100644
--- a/src/algebra/Makefile.pamphlet
+++ b/src/algebra/Makefile.pamphlet
@@ -176,7 +176,8 @@ system.spad.pamphlet  (MSYSCMD)
 <<layer0>>=
 
 LAYER0=\
-  ${OUT}/AHYP.o    ${OUT}/ATTREG.o  ${OUT}/CFCAT.o   ${OUT}/ELTAB.o    \
+  ${OUT}/AHYP.o    ${OUT}/ATTREG.o  ${OUT}/BASTYPE.o ${OUT}/BASTYPE-.o \
+  ${OUT}/CFCAT.o   ${OUT}/ELTAB.o    \
   ${OUT}/KOERCE.o  ${OUT}/KONVERT.o ${OUT}/MSYSCMD.o ${OUT}/ODEIFTBL.o \
   ${OUT}/OM.o      ${OUT}/OMCONN.o  ${OUT}/OMDEV.o   ${OUT}/OUT.o      \
   ${OUT}/PRIMCAT.o ${OUT}/PRINT.o   ${OUT}/PTRANFN.o ${OUT}/SPFCAT.o   \
@@ -225,7 +226,6 @@ grdef.spad.pamphlet (GRDEF)
 <<layer3>>=
 
 LAYER3=\
-  ${OUT}/BASTYPE.o ${OUT}/BASTYPE-.o \
   ${OUT}/GRDEF.o ${OUT}/LIST3.o ${OUT}/MKFUNC.o \
   layer3done
 
diff --git a/src/axiom-website/patches.html b/src/axiom-website/patches.html
index fc9f5fc..c16accc 100644
--- a/src/axiom-website/patches.html
+++ b/src/axiom-website/patches.html
@@ -827,6 +827,8 @@ bookvol10.3 add domains<br/>
 algebra/Makefile add clique mechanism<br/>
 <a href="patches/20081223.01.tpd.patch">20081223.01.tpd.patch</a>
 algebra/Makefile move AGG to layer1<br/>
+<a href="patches/20081223.02.tpd.patch">20081223.02.tpd.patch</a>
+algebra/Makefile move BASTYPE to layer0<br/>
 
  </body>
 </html>




reply via email to

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