forked from aniani/vim
patch 7.4.1078
Problem: MSVC: "make clean" doesn't cleanup in the tee directory. Solution: Add the commands to cleanup tee. (Erich Ritz)
This commit is contained in:
@@ -1060,6 +1060,9 @@ clean:
|
|||||||
cd xxd
|
cd xxd
|
||||||
$(MAKE) /NOLOGO -f Make_mvc.mak clean
|
$(MAKE) /NOLOGO -f Make_mvc.mak clean
|
||||||
cd ..
|
cd ..
|
||||||
|
cd tee
|
||||||
|
$(MAKE) /NOLOGO -f Make_mvc.mak clean
|
||||||
|
cd ..
|
||||||
cd GvimExt
|
cd GvimExt
|
||||||
$(MAKE) /NOLOGO -f Makefile clean
|
$(MAKE) /NOLOGO -f Makefile clean
|
||||||
cd ..
|
cd ..
|
||||||
|
@@ -741,6 +741,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 */
|
||||||
|
/**/
|
||||||
|
1078,
|
||||||
/**/
|
/**/
|
||||||
1077,
|
1077,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user