Hi Bram and Ben, 2014/4/11 Fri 3:01:14 UTC+9 Bram Moolenaar wrote: > Ken Takata wrote: > > > 2014/3/25 Tue 23:35:23 UTC+9 Bram Moolenaar wrote: > > > Patch 7.4.217 > > > Problem: When src/auto/configure was updated, "make clean" would run > > > configure pointlessly. > > > Solution: Do not run configure for "make clean" and "make distclean" > > > when > > > the make program supports $MAKECMDGOALS. (Ken Takata) > > > Files: src/Makefile > > > > Now I think that it's better to skip running configure also for > > "make autoconf" and "make reconfig". > > Makes sense. Have you checked that "make reconfig" does run configure > after cleaning?
Yes, I checked that "make reconfig" does clean first then it runs configure. To Ben: > Isn't running configure half the point of making those two targets? Or am I > missing something? Please check this thread: https://groups.google.com/d/topic/vim_dev/AfB7WtiF9Z0/discussion When auto/configure is updated, "make reconfig" will run configure twice without my patch. A similar thing happens for "make autoconf". When auto/configure is updated, "make autoconf" will run configure. Of course "make autoconf" updates auto/configure after that. It means that every time running "make autoconf", it will run configure every time! Regards, Ken Takata -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
