Re: i think it's the biggest bug

2018-01-22 Thread Naser Arab
:D Sent via my Xperia Z5 On 22 Jan 2018 18:09, "Recai Almaz" wrote: > dear gnu > > I have been reading gnu make manual, and as yet, *I do not understand > anything*. even a bit of pieces. > thank you for writing this manual like spaghetti.  >

Re: question about autotools within GNU make itself

2018-01-22 Thread Andreas Schwab
On Jan 16 2018, Paul Smith wrote: > The automake generated makefiles know how to rebuild Makefile.in, > Makefile, configure, etc. based on the out-of-date-ness of the base > files such as configure.ac and Makefile.am. So if those files are > updated, then the makefile will

[bug #105] Parallel builds should order by slowest-first

2018-01-22 Thread Andrew Stormont
Follow-up Comment #4, bug #105 (project make): It might make sense to implement a few different dependency ordering modes. For development I'd like to see a random mode to uncover missing dependencies, and to speed up builds I'd like to see make prioritise jobs with a high number of dependants.