On Fri, Apr 21, 2017 at 5:00 PM, Bram Moolenaar <[email protected]> wrote:
> > Manuel Ortega wrote: > > > On Thu, Apr 20, 2017 at 4:32 PM, Bram Moolenaar <[email protected]> > wrote: > > > > > > > > Manuel Ortega wrote: > > > > > > > On Thu, Apr 20, 2017 at 3:05 PM, Manuel Ortega < > [email protected]> > > > > wrote: > > > > > > > > > This patch unfortunately completely wrecks parallel builds on macOS > > > > > 10.12.4. > > > > > > > > > > make -j4 > > > > > Starting make in the src directory. > > > > > If there are problems, cd to the src directory and run make there > > > > > cd src && /Applications/Xcode.app/Contents/Developer/usr/bin/make > > > first > > > > > .././install-sh -c -d objects > > > > > make[1]: .././install-sh: No such file or directory > > > > > CC="gcc -Iproto -DHAVE_CONFIG_H -DMACOS_X_UNIX " srcdir=. sh > > > > > ./osdef.sh > > > > > make[1]: *** [objects/.dirstamp] Error 1 > > > > > make[1]: *** Waiting for unfinished jobs.... > > > > > make: *** [first] Error 2 > > > > > > > > > > > > > > Forgot to add that this definitely was not the case for 8.0.569. > > > > > > I believe that using "make -j4" after "make distclean" never worked. > > > At least not properly, some things happen in parallel that should be > > > sequential. > > > > > > I'll do an attempt to make this work. > 8.0.576 seems to fix it, thanks! -Manny -- -- 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.
