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.573 didn't change anything. I get the exact same error. > I believe that using "make -j4" after "make distclean" never worked. I've been doing it for four years, and with -j2 for another four before that. Has it been "improper" the whole time? -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.
