comparison src/Makefile @ 15205:54d2905bd5ab v8.1.0612

patch 8.1.0612: cannot use two global runtime dirs with configure commit https://github.com/vim/vim/commit/9d302ad4e31b4e20ce0b3af700f43edb6f5e6036 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Dec 21 11:48:51 2018 +0100 patch 8.1.0612: cannot use two global runtime dirs with configure Problem: Cannot use two global runtime dirs with configure. Solution: Support a comma in --with-global-runtime. (James McCoy, closes #3704)
author Bram Moolenaar <Bram@vim.org>
date Fri, 21 Dec 2018 12:00:10 +0100
parents ce92157deb4e
children 516a9833c5cd
comparison
equal deleted inserted replaced
15204:e4d63834f866 15205:54d2905bd5ab
315 315
316 # CONFIGURE - configure arguments {{{1 316 # CONFIGURE - configure arguments {{{1
317 # You can give a lot of options to configure. 317 # You can give a lot of options to configure.
318 # Change this to your desire and do 'make config' afterwards 318 # Change this to your desire and do 'make config' afterwards
319 319
320 # examples (can only use one!): 320 # examples:
321 #CONF_ARGS = --exec-prefix=/usr 321 #CONF_ARGS1 = --exec-prefix=/usr
322 #CONF_ARGS = --with-vim-name=vim7 --with-ex-name=ex7 --with-view-name=view7 322 #CONF_ARGS2 = --with-vim-name=vim8 --with-ex-name=ex8 --with-view-name=view8
323 #CONF_ARGS = --with-global-runtime=/etc/vim 323 #CONF_ARGS3 = --with-global-runtime=/etc/vim,/usr/share/vim
324 #CONF_ARGS = --with-local-dir=/usr/share 324 #CONF_ARGS4 = --with-local-dir=/usr/share
325 #CONF_ARGS = --without-local-dir 325 #CONF_ARGS5 = --without-local-dir
326 CONF_ARGS = $(CONF_ARGS1) $(CONF_ARGS2) $(CONF_ARGS3) $(CONF_ARGS4) $(CONF_ARGS5)
326 327
327 # Use this one if you distribute a modified version of Vim. 328 # Use this one if you distribute a modified version of Vim.
328 #CONF_ARGS = --with-modified-by="John Doe" 329 #CONF_ARGS = --with-modified-by="John Doe"
329 330
330 # GUI - For creating Vim with GUI (gvim) (B) 331 # GUI - For creating Vim with GUI (gvim) (B)