> On the test machine I am doing build as follows: > > time make -j 10 > mlogg 2>&1 && time make all-input > tst_logg 2>&1 > > Two times are reported: time for build and time for 'make all-input'. > I see only increase in _real_ time for 'make all-input'.
Let me first understand what your reason is for doing "make all-input" after a full build? We have all: all-ax all-contrib all-contrib: all-src all-input: all-src so ideally "make all-input" shouldn't remake anything. Am I missing something? Ralf -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/fricas-devel. For more options, visit https://groups.google.com/groups/opt_out.
