mirror of
https://github.com/vim/vim.git
synced 2025-09-10 22:33:40 -04:00
updated for version 7.4a.012
Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
This commit is contained in:
parent
fee496d882
commit
fba2424cf2
@ -2344,9 +2344,11 @@ SHADOWDIR = shadow
|
|||||||
|
|
||||||
shadow: runtime pixmaps
|
shadow: runtime pixmaps
|
||||||
mkdir $(SHADOWDIR)
|
mkdir $(SHADOWDIR)
|
||||||
cd $(SHADOWDIR); ln -s ../*.[ch] ../*.in ../*.sh ../*.xs ../*.xbm ../toolcheck ../proto ../po ../vimtutor ../gvimtutor ../mkinstalldirs .
|
cd $(SHADOWDIR); ln -s ../*.[ch] ../*.in ../*.sh ../*.xs ../*.xbm ../toolcheck ../proto ../vimtutor ../gvimtutor ../mkinstalldirs .
|
||||||
mkdir $(SHADOWDIR)/auto
|
mkdir $(SHADOWDIR)/auto
|
||||||
cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
|
cd $(SHADOWDIR)/auto; ln -s ../../auto/configure .
|
||||||
|
mkdir $(SHADOWDIR)/po
|
||||||
|
cd $(SHADOWDIR)/po; ln -s ../../po/*.po ../../po/*.mak ../../po/*.vim ../../po/Makefile .
|
||||||
cd $(SHADOWDIR); rm -f auto/link.sed
|
cd $(SHADOWDIR); rm -f auto/link.sed
|
||||||
cp Makefile configure $(SHADOWDIR)
|
cp Makefile configure $(SHADOWDIR)
|
||||||
rm -f $(SHADOWDIR)/auto/config.mk $(SHADOWDIR)/config.mk.dist
|
rm -f $(SHADOWDIR)/auto/config.mk $(SHADOWDIR)/config.mk.dist
|
||||||
|
@ -727,6 +727,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 */
|
||||||
|
/**/
|
||||||
|
12,
|
||||||
/**/
|
/**/
|
||||||
11,
|
11,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user