File tree Expand file tree Collapse file tree 3 files changed +5
-7
lines changed
Expand file tree Collapse file tree 3 files changed +5
-7
lines changed Original file line number Diff line number Diff line change @@ -1892,11 +1892,6 @@ autoconf:
18921892cmdidxs : ex_cmds.h
18931893 vim -u NONE -i NONE -X -S create_cmdidxs.vim
18941894
1895- # Re-execute this Makefile to include the new auto/config.mk produced by
1896- # configure Only used when typing "make" with a fresh auto/config.mk.
1897- myself :
1898- $(MAKE ) -f Makefile all
1899-
19001895
19011896# The normal command to compile a .c file to its .o file.
19021897# Without or with ALL_CFLAGS.
@@ -2768,7 +2763,8 @@ uninstall_runtime:
27682763# Clean up all the files that have been produced, except configure's.
27692764# We support common typing mistakes for Juergen! :-)
27702765clean celan : testclean
2771- -rm -f * .o objects/* core $(VIMTARGET ) .core $(VIMTARGET ) vim xxd/* .o
2766+ -rm -f * .o core $(VIMTARGET ) .core $(VIMTARGET ) vim xxd/* .o
2767+ -rm -rf objects
27722768 -rm -f $(TOOLS ) auto/osdef.h auto/pathdef.c auto/if_perl.c auto/gui_gtk_gresources.c auto/gui_gtk_gresources.h
27732769 -rm -f conftest* * ~ auto/link.sed
27742770 -rm -f testdir/opt_test.vim
Original file line number Diff line number Diff line change 1- the first targets to make vim are: scratch config myself
1+ the first target to make vim is: reconfig
22srcdir = .
33VIMNAME = vim
44EXNAME = ex
Original file line number Diff line number Diff line change @@ -764,6 +764,8 @@ static char *(features[]) =
764764
765765static int included_patches [] =
766766{ /* Add new patch number below this line */
767+ /**/
768+ 573 ,
767769/**/
768770 572 ,
769771/**/
You can’t perform that action at this time.
0 commit comments