Skip to content

Commit 922a443

Browse files
committed
patch 7.4.2352
Problem: Netbeans test fails in shadow directory. Solution: Also copy README.txt to the shadow directory.
1 parent ff330ff commit 922a443

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

src/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2714,6 +2714,7 @@ shadow: runtime pixmaps
27142714
mkdir $(SHADOWDIR)/testdir
27152715
cd $(SHADOWDIR)/testdir; ln -s ../../testdir/Makefile \
27162716
../../testdir/Make_all.mak \
2717+
../../testdir/README.txt \
27172718
../../testdir/*.in \
27182719
../../testdir/*.vim \
27192720
../../testdir/*.py \

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,8 @@ static char *(features[]) =
763763

764764
static int included_patches[] =
765765
{ /* Add new patch number below this line */
766+
/**/
767+
2352,
766768
/**/
767769
2351,
768770
/**/

0 commit comments

Comments
 (0)