Add "all-boot" after "all-graph" makes it work ("make -j10" also works,
I mean, past this src/boot stage).  Don't know why:

diff --git a/src/Makefile.in b/src/Makefile.in
index 8dba991..95e419d 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -57,7 +57,7 @@
        cd input && ${MAKE}
 all-asq: all-algebra
        cd etc && ${MAKE}
-all-graph: all-lib
+all-graph: all-lib all-boot
        cd graph && ${MAKE}

 all-aldor: all-axiomsys all-algebra

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To post to this group, send email to fricas-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to