Gabriel Dos Reis wrote:
> This looks fine to me.  Could say on which platform you built and
> tested this change?  Please add appropriate ChangeLog entry.  This
> change should go to silver too; please send a corresponding patch
> for review (I appreciate some path changes on build-improvements are
> not reflected yet on silver).

I tested build-improvements on x86-64 Debian testing, using bundled
noweb and gcl.  Now, I also tested silver on 32-bit Debian sarge
(x86-64 Debian testing is still working on silver).

root wrote:
> Try to decide if your change is independent and could be of value
> without the new makefile system. If so, please try to package up
> changesets against gold and post them to the list for silver inclusion.

The following applies to current (revision 198) SF silver. AFAIU you
changed directory layout in gold and adjusted 'util.ht'. I do not know
if you adjusted 'src/hyper/htinp.pamphlet' (which also contains paths to
viewports).

BTW. Did you consider removal of useless files from gold? ATM
'src/share/algebra/comdb.text' and 'src/share/algebra/libdb.text'
are useless. This patch turns 'src/algebra/libdb.text' into 
useless file (those three are just for start, I have more candiates
for removal).

--- /home/s/test/tt/axiom1/silver/axiom/src/algebra/Makefile.pamphlet   
2006-10-07 16:07:19.000000000 +0200
+++ axiom/src/algebra/Makefile.pamphlet 2006-10-25 21:46:08.000000000 +0200
@@ -1699,12 +1699,6 @@
        rm -f ${DOC}/axiom.sty.pamphlet )
  
 @
-<<libdb.text (OUT from IN)>>=
-${OUT}/libdb.text: ${IN}/libdb.text
-       @ echo 4300a copying ${IN}/libdb.text to ${OUT}/libdb.text
-       @ cp ${IN}/libdb.text ${OUT}/libdb.text
-
-@
 <<diagrams.tex (OUT from IN)>>=
 
 ${DOC}/diagrams.tex: ${SRC}/doc/diagrams.tex
@@ -2037,7 +2031,7 @@
 <<USERLAYER>>
 <<order>>
 
-all: src ${OUT}/libdb.text ${DOCFILES} ${TESTS}
+all: src ${DOCFILES} ${TESTS}
        @ echo 4302 finished ${IN}
 
 #all:  ${SUBPART}
@@ -2068,7 +2062,6 @@
 
 <<testrules>>
 <<axiom.sty (OUT from IN)>>
-<<libdb.text (OUT from IN)>>
 <<diagrams.tex (OUT from IN)>>
 <<stages>>
 
--- /home/s/test/tt/axiom1/silver/axiom/src/etc/Makefile.pamphlet       
2006-10-07 14:27:23.000000000 +0200
+++ axiom/src/etc/Makefile.pamphlet     2006-10-25 21:44:56.000000000 +0200
@@ -34,6 +34,8 @@
        @ (cd ${INT}/algebra ; \
            echo ')lisp (make-databases "" nil)' | ${INTERPSYS} )
        @ cp ${INT}/algebra/*.daase ${MNT}/${SYS}/algebra
+       @ cp ${INT}/algebra/libdb.text ${MNT}/${SYS}/algebra
+       @ cp ${INT}/algebra/comdb.text ${MNT}/${SYS}/algebra
 
 @
 \section{summary}


-- 
                              Waldek Hebisch
[EMAIL PROTECTED] 


_______________________________________________
Axiom-developer mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/axiom-developer

Reply via email to