I get the following messages at the end of "make" after soft-linking ../../po/vim.desktop.in and ../../po/gvim.desktop.in from the po subdirectory in each one of my shadow directories. These messages are probably due to running incremental make in shadow directories (rather than deleting and recreating shadow directories at each compile), but I don't see how to make them go away. BTW, shouldn't the cp lines to ../../runtime/*.desktop be part of "make install" rather than of plain "make"? The way it is now, "make" in a shadow directory overwrites part of the "non-shadow" tree.
... link.sh: Linked fine make[1]: Entering directory '/root/.build/vim/vim-hg/src/shadow-huge/po' msgfmt --desktop -d . --template gvim.desktop.in -o gvim.desktop msgfmt: LINGUAS does not exist cp -f gvim.desktop ../../runtime/gvim.desktop msgfmt --desktop -d . --template vim.desktop.in -o vim.desktop msgfmt: LINGUAS does not exist cp -f vim.desktop ../../runtime/vim.desktop make[1]: Leaving directory '/root/.build/vim/vim-hg/src/shadow-huge/po' make[1]: Entering directory '/root/.build/vim/vim-hg/src/shadow-huge/po' make[1]: Nothing to be done for 'converted'. make[1]: Leaving directory '/root/.build/vim/vim-hg/src/shadow-huge/po' Best regards, Tony. -- -- 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.
