On Wednesday, January 2, 2013 1:51:21 PM UTC-8, Daniel M. wrote: > > Hi, i have an innocent question: > > Can i build sage without the documentation, and do the build with many > threads? > > I mena, doing something like > > MAKE= "make -j3 build" > > > or > > MAKE="make build -j3" > > > which one would work?
Either export MAKE="make -j4" make build or env MAKE="make -j3" make build should work. -- John -- You received this message because you are subscribed to the Google Groups "sage-support" group. To post to this group, send email to sage-support@googlegroups.com. To unsubscribe from this group, send email to sage-support+unsubscr...@googlegroups.com. Visit this group at http://groups.google.com/group/sage-support?hl=en.