I'm trying to automate building Vim from scratch, but I'm running afoul of something.
I start by grabbing and unpacking ftp://ftp.vim.org/pub/vim/unix/vim-7.1.tar.bz2 and then grab ftp://ftp.vim.org/pub/vim/unix/../patches/7.1/7.1.[0-9][0-9][0-9] ... Then I try to apply the patches as: patch -Np0 -d $vim_src_root < $patch in sorted numerical order. Seems to work fine until I hit patch 7.1.003, which applies the file src/gui_w32.c ... which doesn't exist in the Unix tarball. What's the workaround? I could use -s -f to patch... but that's like driving without a seat-belt. And even with -s, it's still really noisy. Plus do I want to have only part of a patch be applied? It seems to me that patches should only be applied atomically (i.e. all files in the patch, or none at all). What am I missing? -Philip --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---
