On 12 Aug., 18:50, leif <not.rea...@online.de> wrote: > > env MAKE="make -n" SAGE_PARALLEL_SPKG_BUILD=yes make build | sed -n -e > 's/.*} //' -e 's/ 2>&1.*//p' > > which just prints the names of the spkgs that would get rebuilt / > reinstalled.
Missed one superfluous line, use: env MAKE="make -n" SAGE_PARALLEL_SPKG_BUILD=yes make build | sed -n -e 's/.*} //' -e '/logs/s/ 2>&1.*//p' -leif -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org