mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.1-176
This commit is contained in:
parent
f5dcf7c3b5
commit
4f246a9a2a
@ -63,8 +63,9 @@
|
|||||||
@else:
|
@else:
|
||||||
@ arch = "ppc"
|
@ arch = "ppc"
|
||||||
:print Building for $arch system
|
:print Building for $arch system
|
||||||
|
config_args = `file2string("config.arg")`
|
||||||
:sys CONFIG_STATUS=auto/config.status
|
:sys CONFIG_STATUS=auto/config.status
|
||||||
./configure.aap `file2string("config.arg")`
|
./configure.aap $config_args
|
||||||
--with-mac-arch=$arch
|
--with-mac-arch=$arch
|
||||||
--cache-file=auto/config.cache
|
--cache-file=auto/config.cache
|
||||||
|
|
||||||
@ -440,11 +441,13 @@ auto/pathdef.c: auto/config.aap
|
|||||||
:print >> $target char_u *all_lflags = (char_u *)"$linkcmd";
|
:print >> $target char_u *all_lflags = (char_u *)"$linkcmd";
|
||||||
@if _no.get("COMPILEDBY"):
|
@if _no.get("COMPILEDBY"):
|
||||||
who = $COMPILEDBY
|
who = $COMPILEDBY
|
||||||
where = ''
|
where =
|
||||||
@else:
|
@else:
|
||||||
:syseval whoami | :eval re.sub("\n", "", stdin) | :assign who
|
:syseval whoami | :eval re.sub("\n", "", stdin) | :assign who
|
||||||
|
|
||||||
:syseval hostname | :eval re.sub("\n", "", stdin) | :assign where
|
:syseval hostname | :eval re.sub("\n", "", stdin) | :assign where
|
||||||
|
@who = string.replace(who, '"', '\\"')
|
||||||
|
@where = string.replace(where, '"', '\\"')
|
||||||
:print >> $target char_u *compiled_user = (char_u *)"$who";
|
:print >> $target char_u *compiled_user = (char_u *)"$who";
|
||||||
:print >> $target char_u *compiled_sys = (char_u *)"$where";
|
:print >> $target char_u *compiled_sys = (char_u *)"$where";
|
||||||
|
|
||||||
|
@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
176,
|
||||||
/**/
|
/**/
|
||||||
175,
|
175,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user