Created
December 23, 2013 16:23
-
-
Save onyb/8099974 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Starting make in the src directory. | |
If there are problems, cd to the src directory and run make there | |
cd src && make install | |
make[1]: Entering directory `/sources/vim74/src' | |
gcc -c -I. -Iproto -DHAVE_CONFIG_H -I/usr/local/include -g -O2 -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=1 version.c -o objects/version.o | |
link.sh: $LINK_AS_NEEDED set to 'yes': invoking linker directly. | |
gcc -L/usr/local/lib -Wl,--as-needed -o vim objects/buffer.o objects/blowfish.o objects/charset.o objects/diff.o objects/digraph.o objects/edit.o objects/eval.o objects/ex_cmds.o objects/ex_cmds2.o objects/ex_docmd.o objects/ex_eval.o objects/ex_getln.o objects/fileio.o objects/fold.o objects/getchar.o objects/hardcopy.o objects/hashtab.o objects/if_cscope.o objects/if_xcmdsrv.o objects/mark.o objects/memline.o objects/menu.o objects/message.o objects/misc1.o objects/misc2.o objects/move.o objects/mbyte.o objects/normal.o objects/ops.o objects/option.o objects/os_unix.o objects/pathdef.o objects/popupmnu.o objects/quickfix.o objects/regexp.o objects/screen.o objects/search.o objects/sha256.o objects/spell.o objects/syntax.o objects/tag.o objects/term.o objects/ui.o objects/undo.o objects/version.o objects/window.o objects/netbeans.o objects/main.o objects/memfile.o -lm -lncurses -lnsl -ldl | |
link.sh: Linked fine | |
if test -f /usr/bin/vim; then \ | |
mv -f /usr/bin/vim /usr/bin/vim.rm; \ | |
rm -f /usr/bin/vim.rm; \ | |
fi | |
cp vim /usr/bin | |
strip /usr/bin/vim | |
chmod 755 /usr/bin/vim | |
/bin/sh ./mkinstalldirs /usr/share/vim | |
chmod 755 /usr/share/vim | |
cp vimtutor /usr/bin/vimtutor | |
chmod 755 /usr/bin/vimtutor | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74 | |
chmod 755 /usr/share/vim/vim74 | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/doc | |
chmod 755 /usr/share/vim/vim74/doc | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/print | |
chmod 755 /usr/share/vim/vim74/print | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/colors | |
chmod 755 /usr/share/vim/vim74/colors | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/syntax | |
chmod 755 /usr/share/vim/vim74/syntax | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/indent | |
chmod 755 /usr/share/vim/vim74/indent | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/ftplugin | |
chmod 755 /usr/share/vim/vim74/ftplugin | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/autoload | |
chmod 755 /usr/share/vim/vim74/autoload | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/autoload/xml | |
chmod 755 /usr/share/vim/vim74/autoload/xml | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/plugin | |
chmod 755 /usr/share/vim/vim74/plugin | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/tutor | |
chmod 755 /usr/share/vim/vim74/tutor | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/spell | |
chmod 755 /usr/share/vim/vim74/spell | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/compiler | |
chmod 755 /usr/share/vim/vim74/compiler | |
/bin/sh ./installman.sh install /usr/share/man/man1 "" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/man1/vim.1 | |
installing /usr/share/man/man1/vimtutor.1 | |
installing /usr/share/man/man1/vimdiff.1 | |
installing /usr/share/man/man1/evim.1 | |
generating help tags | |
make[2]: Entering directory `/sources/vim74/runtime/doc' | |
/usr/bin/vim -u NONE -esX -c "helptags ++t ." -c quit | |
make[2]: Leaving directory `/sources/vim74/runtime/doc' | |
cd ../runtime/doc; \ | |
files=`ls *.txt tags`; \ | |
files="$files `ls *.??x tags-?? 2>/dev/null || true`"; \ | |
cp $files /usr/share/vim/vim74/doc; \ | |
cd /usr/share/vim/vim74/doc; \ | |
chmod 644 $files | |
cp ../runtime/doc/*.pl /usr/share/vim/vim74/doc | |
chmod 755 /usr/share/vim/vim74/doc/*.pl | |
cp ../runtime/menu.vim /usr/share/vim/vim74/menu.vim | |
chmod 644 /usr/share/vim/vim74/menu.vim | |
cp ../runtime/synmenu.vim /usr/share/vim/vim74/synmenu.vim | |
chmod 644 /usr/share/vim/vim74/synmenu.vim | |
cp ../runtime/delmenu.vim /usr/share/vim/vim74/delmenu.vim | |
chmod 644 /usr/share/vim/vim74/delmenu.vim | |
cp ../runtime/mswin.vim /usr/share/vim/vim74/mswin.vim | |
chmod 644 /usr/share/vim/vim74/mswin.vim | |
cp ../runtime/evim.vim /usr/share/vim/vim74/evim.vim | |
chmod 644 /usr/share/vim/vim74/evim.vim | |
cp ../runtime/bugreport.vim /usr/share/vim/vim74/bugreport.vim | |
chmod 644 /usr/share/vim/vim74/bugreport.vim | |
cp ../runtime/vimrc_example.vim /usr/share/vim/vim74 | |
chmod 644 /usr/share/vim/vim74/vimrc_example.vim | |
cp ../runtime/gvimrc_example.vim /usr/share/vim/vim74 | |
chmod 644 /usr/share/vim/vim74/gvimrc_example.vim | |
cp ../runtime/filetype.vim /usr/share/vim/vim74/filetype.vim | |
chmod 644 /usr/share/vim/vim74/filetype.vim | |
cp ../runtime/ftoff.vim /usr/share/vim/vim74/ftoff.vim | |
chmod 644 /usr/share/vim/vim74/ftoff.vim | |
cp ../runtime/scripts.vim /usr/share/vim/vim74/scripts.vim | |
chmod 644 /usr/share/vim/vim74/scripts.vim | |
cp ../runtime/ftplugin.vim /usr/share/vim/vim74/ftplugin.vim | |
chmod 644 /usr/share/vim/vim74/ftplugin.vim | |
cp ../runtime/ftplugof.vim /usr/share/vim/vim74/ftplugof.vim | |
chmod 644 /usr/share/vim/vim74/ftplugof.vim | |
cp ../runtime/indent.vim /usr/share/vim/vim74/indent.vim | |
chmod 644 /usr/share/vim/vim74/indent.vim | |
cp ../runtime/indoff.vim /usr/share/vim/vim74/indoff.vim | |
chmod 644 /usr/share/vim/vim74/indoff.vim | |
cp ../runtime/optwin.vim /usr/share/vim/vim74/optwin.vim | |
chmod 644 /usr/share/vim/vim74/optwin.vim | |
cd ../runtime/print; cp *.ps /usr/share/vim/vim74/print | |
cd /usr/share/vim/vim74/print; chmod 644 *.ps | |
cd ../runtime/colors; cp *.vim README.txt /usr/share/vim/vim74/colors | |
cd /usr/share/vim/vim74/colors; chmod 644 *.vim README.txt | |
cd ../runtime/syntax; cp *.vim README.txt /usr/share/vim/vim74/syntax | |
cd /usr/share/vim/vim74/syntax; chmod 644 *.vim README.txt | |
cd ../runtime/indent; cp *.vim README.txt /usr/share/vim/vim74/indent | |
cd /usr/share/vim/vim74/indent; chmod 644 *.vim README.txt | |
cd ../runtime/autoload; cp *.vim README.txt /usr/share/vim/vim74/autoload | |
cd /usr/share/vim/vim74/autoload; chmod 644 *.vim README.txt | |
cd ../runtime/autoload/xml; cp *.vim /usr/share/vim/vim74/autoload/xml | |
cd /usr/share/vim/vim74/autoload/xml; chmod 644 *.vim | |
cd ../runtime/plugin; cp *.vim README.txt /usr/share/vim/vim74/plugin | |
cd /usr/share/vim/vim74/plugin; chmod 644 *.vim README.txt | |
cd ../runtime/ftplugin; cp *.vim README.txt logtalk.dict /usr/share/vim/vim74/ftplugin | |
cd /usr/share/vim/vim74/ftplugin; chmod 644 *.vim README.txt | |
cd ../runtime/compiler; cp *.vim README.txt /usr/share/vim/vim74/compiler | |
cd /usr/share/vim/vim74/compiler; chmod 644 *.vim README.txt | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/macros | |
chmod 755 /usr/share/vim/vim74/macros | |
cp -r ../runtime/macros/* /usr/share/vim/vim74/macros | |
chmod 755 `find /usr/share/vim/vim74/macros -type d -print` | |
chmod 644 `find /usr/share/vim/vim74/macros -type f -print` | |
chmod 755 /usr/share/vim/vim74/macros/less.sh | |
cvs=`find /usr/share/vim/vim74/macros \( -name CVS -o -name AAPDIR -o -name "*.info" \) -print`; \ | |
if test -n "$cvs"; then \ | |
rm -rf $cvs; \ | |
fi | |
cp ../runtime/tutor/README* ../runtime/tutor/tutor* /usr/share/vim/vim74/tutor | |
rm -f /usr/share/vim/vim74/tutor/*.info | |
chmod 644 /usr/share/vim/vim74/tutor/* | |
if test -f ../runtime/spell/en.latin1.spl; then \ | |
cp ../runtime/spell/*.spl ../runtime/spell/*.sug ../runtime/spell/*.vim /usr/share/vim/vim74/spell; \ | |
chmod 644 /usr/share/vim/vim74/spell/*.spl /usr/share/vim/vim74/spell/*.sug /usr/share/vim/vim74/spell/*.vim; \ | |
fi | |
cd /usr/bin; ln -s vim ex | |
cd /usr/bin; ln -s vim view | |
cd /usr/bin; ln -s vim rvim | |
cd /usr/bin; ln -s vim rview | |
cd /usr/bin; ln -s vim vimdiff | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/man1/ex.1 | |
creating link /usr/share/man/man1/view.1 | |
creating link /usr/share/man/man1/rvim.1 | |
creating link /usr/share/man/man1/rview.1 | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/tools | |
chmod 755 /usr/share/vim/vim74/tools | |
/bin/sh ./installman.sh xxd /usr/share/man/fr/man1 "-fr" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/fr/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/fr.ISO8859-1/man1 "-fr" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/fr.ISO8859-1/man1 | |
installing /usr/share/man/fr.ISO8859-1/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/fr.UTF-8/man1 | |
installing /usr/share/man/fr.UTF-8/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/it/man1 "-it" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/it/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/it.ISO8859-1/man1 "-it" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/it.ISO8859-1/man1 | |
installing /usr/share/man/it.ISO8859-1/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/it.UTF-8/man1 | |
installing /usr/share/man/it.UTF-8/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/ja/man1 "-ja.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/ja/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/pl/man1 "-pl" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/pl/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/pl.ISO8859-2/man1 "-pl" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/pl.ISO8859-2/man1 | |
installing /usr/share/man/pl.ISO8859-2/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/pl.UTF-8/man1 | |
installing /usr/share/man/pl.UTF-8/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/ru.KOI8-R/man1 "-ru" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/ru.KOI8-R/man1 | |
installing /usr/share/man/ru.KOI8-R/man1/xxd.1 | |
/bin/sh ./installman.sh xxd /usr/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
creating /usr/share/man/ru.UTF-8/man1 | |
installing /usr/share/man/ru.UTF-8/man1/xxd.1 | |
if test -f /usr/bin/xxd; then \ | |
mv -f /usr/bin/xxd /usr/bin/xxd.rm; \ | |
rm -f /usr/bin/xxd.rm; \ | |
fi | |
cp xxd/xxd /usr/bin | |
strip /usr/bin/xxd | |
chmod 755 /usr/bin/xxd | |
/bin/sh ./installman.sh xxd /usr/share/man/man1 "" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/man1/xxd.1 | |
cp -r ../runtime/tools/* /usr/share/vim/vim74/tools | |
cvs=`find /usr/share/vim/vim74/tools \( -name CVS -o -name AAPDIR \) -print`; \ | |
if test -n "$cvs"; then \ | |
rm -rf $cvs; \ | |
fi | |
chmod 644 /usr/share/vim/vim74/tools/* | |
perlpath=`./which.sh perl` && sed -e "s+/usr/bin/perl+$perlpath+" ../runtime/tools/efm_perl.pl >/usr/share/vim/vim74/tools/efm_perl.pl | |
awkpath=`./which.sh nawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/share/vim/vim74/tools/mve.awk; if test -z "$awkpath"; then \ | |
awkpath=`./which.sh gawk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/share/vim/vim74/tools/mve.awk; if test -z "$awkpath"; then \ | |
awkpath=`./which.sh awk` && sed -e "s+/usr/bin/nawk+$awkpath+" ../runtime/tools/mve.awk >/usr/share/vim/vim74/tools/mve.awk; fi; fi | |
chmod 755 `grep -l "^#!" /usr/share/vim/vim74/tools/*` | |
make[2]: Entering directory `/sources/vim74/src/po' | |
make[2]: Nothing to be done for `all'. | |
make[2]: Leaving directory `/sources/vim74/src/po' | |
make[2]: Entering directory `/sources/vim74/src/po' | |
make[2]: Nothing to be done for `converted'. | |
make[2]: Leaving directory `/sources/vim74/src/po' | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/lang | |
chmod 755 /usr/share/vim/vim74/lang | |
/bin/sh ./mkinstalldirs /usr/share/vim/vim74/keymap | |
chmod 755 /usr/share/vim/vim74/keymap | |
/bin/sh ./installman.sh install /usr/share/man/fr/man1 "-fr" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/fr/man1/vim.1 | |
installing /usr/share/man/fr/man1/vimtutor.1 | |
installing /usr/share/man/fr/man1/vimdiff.1 | |
installing /usr/share/man/fr/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/fr.ISO8859-1/man1 "-fr" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/fr.ISO8859-1/man1/vim.1 | |
installing /usr/share/man/fr.ISO8859-1/man1/vimtutor.1 | |
installing /usr/share/man/fr.ISO8859-1/man1/vimdiff.1 | |
installing /usr/share/man/fr.ISO8859-1/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/fr.UTF-8/man1 "-fr.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/fr.UTF-8/man1/vim.1 | |
installing /usr/share/man/fr.UTF-8/man1/vimtutor.1 | |
installing /usr/share/man/fr.UTF-8/man1/vimdiff.1 | |
installing /usr/share/man/fr.UTF-8/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/it/man1 "-it" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/it/man1/vim.1 | |
installing /usr/share/man/it/man1/vimtutor.1 | |
installing /usr/share/man/it/man1/vimdiff.1 | |
installing /usr/share/man/it/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/it.ISO8859-1/man1 "-it" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/it.ISO8859-1/man1/vim.1 | |
installing /usr/share/man/it.ISO8859-1/man1/vimtutor.1 | |
installing /usr/share/man/it.ISO8859-1/man1/vimdiff.1 | |
installing /usr/share/man/it.ISO8859-1/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/it.UTF-8/man1 "-it.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/it.UTF-8/man1/vim.1 | |
installing /usr/share/man/it.UTF-8/man1/vimtutor.1 | |
installing /usr/share/man/it.UTF-8/man1/vimdiff.1 | |
installing /usr/share/man/it.UTF-8/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/ja/man1 "-ja.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/ja/man1/vim.1 | |
installing /usr/share/man/ja/man1/vimtutor.1 | |
installing /usr/share/man/ja/man1/vimdiff.1 | |
installing /usr/share/man/ja/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/pl/man1 "-pl" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/pl/man1/vim.1 | |
installing /usr/share/man/pl/man1/vimtutor.1 | |
installing /usr/share/man/pl/man1/vimdiff.1 | |
installing /usr/share/man/pl/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/pl.ISO8859-2/man1 "-pl" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/pl.ISO8859-2/man1/vim.1 | |
installing /usr/share/man/pl.ISO8859-2/man1/vimtutor.1 | |
installing /usr/share/man/pl.ISO8859-2/man1/vimdiff.1 | |
installing /usr/share/man/pl.ISO8859-2/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/pl.UTF-8/man1 "-pl.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/pl.UTF-8/man1/vim.1 | |
installing /usr/share/man/pl.UTF-8/man1/vimtutor.1 | |
installing /usr/share/man/pl.UTF-8/man1/vimdiff.1 | |
installing /usr/share/man/pl.UTF-8/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/ru.KOI8-R/man1 "-ru" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/ru.KOI8-R/man1/vim.1 | |
installing /usr/share/man/ru.KOI8-R/man1/vimtutor.1 | |
installing /usr/share/man/ru.KOI8-R/man1/vimdiff.1 | |
installing /usr/share/man/ru.KOI8-R/man1/evim.1 | |
/bin/sh ./installman.sh install /usr/share/man/ru.UTF-8/man1 "-ru.UTF-8" /usr/share/vim /usr/share/vim/vim74 /usr/share/vim ../runtime/doc 644 vim vimdiff evim | |
installing /usr/share/man/ru.UTF-8/man1/vim.1 | |
installing /usr/share/man/ru.UTF-8/man1/vimtutor.1 | |
installing /usr/share/man/ru.UTF-8/man1/vimdiff.1 | |
installing /usr/share/man/ru.UTF-8/man1/evim.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/fr/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/fr/man1/ex.1 | |
creating link /usr/share/man/fr/man1/view.1 | |
creating link /usr/share/man/fr/man1/rvim.1 | |
creating link /usr/share/man/fr/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/fr.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/fr.ISO8859-1/man1/ex.1 | |
creating link /usr/share/man/fr.ISO8859-1/man1/view.1 | |
creating link /usr/share/man/fr.ISO8859-1/man1/rvim.1 | |
creating link /usr/share/man/fr.ISO8859-1/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/fr.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/fr.UTF-8/man1/ex.1 | |
creating link /usr/share/man/fr.UTF-8/man1/view.1 | |
creating link /usr/share/man/fr.UTF-8/man1/rvim.1 | |
creating link /usr/share/man/fr.UTF-8/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/it/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/it/man1/ex.1 | |
creating link /usr/share/man/it/man1/view.1 | |
creating link /usr/share/man/it/man1/rvim.1 | |
creating link /usr/share/man/it/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/it.ISO8859-1/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/it.ISO8859-1/man1/ex.1 | |
creating link /usr/share/man/it.ISO8859-1/man1/view.1 | |
creating link /usr/share/man/it.ISO8859-1/man1/rvim.1 | |
creating link /usr/share/man/it.ISO8859-1/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/it.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/it.UTF-8/man1/ex.1 | |
creating link /usr/share/man/it.UTF-8/man1/view.1 | |
creating link /usr/share/man/it.UTF-8/man1/rvim.1 | |
creating link /usr/share/man/it.UTF-8/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/ja/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/ja/man1/ex.1 | |
creating link /usr/share/man/ja/man1/view.1 | |
creating link /usr/share/man/ja/man1/rvim.1 | |
creating link /usr/share/man/ja/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/pl/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/pl/man1/ex.1 | |
creating link /usr/share/man/pl/man1/view.1 | |
creating link /usr/share/man/pl/man1/rvim.1 | |
creating link /usr/share/man/pl/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/pl.ISO8859-2/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/pl.ISO8859-2/man1/ex.1 | |
creating link /usr/share/man/pl.ISO8859-2/man1/view.1 | |
creating link /usr/share/man/pl.ISO8859-2/man1/rvim.1 | |
creating link /usr/share/man/pl.ISO8859-2/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/pl.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/pl.UTF-8/man1/ex.1 | |
creating link /usr/share/man/pl.UTF-8/man1/view.1 | |
creating link /usr/share/man/pl.UTF-8/man1/rvim.1 | |
creating link /usr/share/man/pl.UTF-8/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/ru.KOI8-R/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/ru.KOI8-R/man1/ex.1 | |
creating link /usr/share/man/ru.KOI8-R/man1/view.1 | |
creating link /usr/share/man/ru.KOI8-R/man1/rvim.1 | |
creating link /usr/share/man/ru.KOI8-R/man1/rview.1 | |
/bin/sh ./installml.sh install "" \ | |
/usr/share/man/ru.UTF-8/man1 vim vimdiff evim ex view rvim rview gvim gview rgvim rgview gvimdiff eview | |
creating link /usr/share/man/ru.UTF-8/man1/ex.1 | |
creating link /usr/share/man/ru.UTF-8/man1/view.1 | |
creating link /usr/share/man/ru.UTF-8/man1/rvim.1 | |
creating link /usr/share/man/ru.UTF-8/man1/rview.1 | |
if test -n "yes" -a -f po/Makefile; then \ | |
cd po; make prefix=/usr LOCALEDIR=/usr/share/vim/vim74/lang \ | |
INSTALL_DATA=cp FILEMOD=644 install; \ | |
fi | |
make[2]: Entering directory `/sources/vim74/src/po' | |
make[3]: Entering directory `/sources/vim74/src/po' | |
make[3]: Leaving directory `/sources/vim74/src/po' | |
for lang in af ca cs de en_GB eo es fi fr ga it ja ko ko.UTF-8 nb nl no pl pt_BR ru sk sv uk vi zh_CN zh_CN.UTF-8 zh_TW zh_TW.UTF-8 cs.cp1250 ja.sjis ja.euc-jp pl.cp1250 pl.UTF-8 ru.cp1251 sk.cp1250 uk.cp1251 zh_CN.cp936; do \ | |
dir=/usr/share/vim/vim74/lang/$lang/; \ | |
if test ! -x "$dir"; then \ | |
mkdir $dir; chmod 755 $dir; \ | |
fi; \ | |
dir=/usr/share/vim/vim74/lang/$lang/LC_MESSAGES; \ | |
if test ! -x "$dir"; then \ | |
mkdir $dir; chmod 755 $dir; \ | |
fi; \ | |
if test -r $lang.mo; then \ | |
cp $lang.mo $dir/vim.mo; \ | |
chmod 644 $dir/vim.mo; \ | |
fi; \ | |
done | |
make[2]: Leaving directory `/sources/vim74/src/po' | |
if test -d ../runtime/lang; then \ | |
cp ../runtime/lang/README.txt ../runtime/lang/*.vim /usr/share/vim/vim74/lang; \ | |
chmod 644 /usr/share/vim/vim74/lang/README.txt /usr/share/vim/vim74/lang/*.vim; \ | |
fi | |
if test -d ../runtime/keymap; then \ | |
cp ../runtime/keymap/README.txt ../runtime/keymap/*.vim /usr/share/vim/vim74/keymap; \ | |
chmod 644 /usr/share/vim/vim74/keymap/README.txt /usr/share/vim/vim74/keymap/*.vim; \ | |
fi | |
if test -d /usr/share/icons/hicolor/48x48/apps -a -w /usr/share/icons/hicolor/48x48/apps \ | |
-a ! -f /usr/share/icons/hicolor/48x48/apps/gvim.png; then \ | |
cp ../runtime/vim48x48.png /usr/share/icons/hicolor/48x48/apps/gvim.png; \ | |
fi | |
if test -d /usr/share/icons/locolor/32x32/apps -a -w /usr/share/icons/locolor/32x32/apps \ | |
-a ! -f /usr/share/icons/locolor/32x32/apps/gvim.png; then \ | |
cp ../runtime/vim32x32.png /usr/share/icons/locolor/32x32/apps/gvim.png; \ | |
fi | |
if test -d /usr/share/icons/locolor/16x16/apps -a -w /usr/share/icons/locolor/16x16/apps \ | |
-a ! -f /usr/share/icons/locolor/16x16/apps/gvim.png; then \ | |
cp ../runtime/vim16x16.png /usr/share/icons/locolor/16x16/apps/gvim.png; \ | |
fi | |
make[1]: Leaving directory `/sources/vim74/src' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment