0
0
mirror of https://github.com/vim/vim.git synced 2025-07-04 23:07:33 -04:00

patch 8.1.0346: building with Aap is outdated and unused

Problem:    Building with Aap is outdated and unused.
Solution:   Remove the Aap build files.
This commit is contained in:
Bram Moolenaar 2018-09-02 15:27:07 +02:00
parent c9cc9c78f2
commit acca8df9d4
6 changed files with 4 additions and 1423 deletions

View File

@ -1,5 +1,5 @@
# List of distributed Vim files. # List of distributed Vim files.
# Used by Makefile and upload.aap. # Used by Makefile.
# source files for all source archives # source files for all source archives
SRC_ALL = \ SRC_ALL = \
@ -101,9 +101,7 @@ SRC_ALL = \
src/window.c \ src/window.c \
src/tee/tee.c \ src/tee/tee.c \
src/xxd/xxd.c \ src/xxd/xxd.c \
src/main.aap \
src/testdir/gen_opt_test.vim \ src/testdir/gen_opt_test.vim \
src/testdir/main.aap \
src/testdir/README.txt \ src/testdir/README.txt \
src/testdir/Make_all.mak \ src/testdir/Make_all.mak \
src/testdir/*.in \ src/testdir/*.in \
@ -291,7 +289,6 @@ SRC_UNIX = \
src/INSTALLx.txt \ src/INSTALLx.txt \
src/Makefile \ src/Makefile \
src/auto/configure \ src/auto/configure \
src/config.aap.in \
src/config.h.in \ src/config.h.in \
src/config.mk.dist \ src/config.mk.dist \
src/config.mk.in \ src/config.mk.in \
@ -612,7 +609,6 @@ RT_ALL = \
runtime/macros/matchit.vim \ runtime/macros/matchit.vim \
runtime/macros/maze/README.txt \ runtime/macros/maze/README.txt \
runtime/macros/maze/[mM]akefile \ runtime/macros/maze/[mM]akefile \
runtime/macros/maze/main.aap \
runtime/macros/maze/maze.c \ runtime/macros/maze/maze.c \
runtime/macros/maze/maze_5.78 \ runtime/macros/maze/maze_5.78 \
runtime/macros/maze/maze_mac \ runtime/macros/maze/maze_mac \
@ -640,6 +636,7 @@ RT_ALL = \
runtime/tutor/tutor \ runtime/tutor/tutor \
runtime/tutor/tutor.vim \ runtime/tutor/tutor.vim \
runtime/vimrc_example.vim \ runtime/vimrc_example.vim \
runtime/pack/dist/opt/cfilter/plugin/cfilter.vim \
runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \ runtime/pack/dist/opt/dvorak/plugin/dvorak.vim \
runtime/pack/dist/opt/dvorak/dvorak/enable.vim \ runtime/pack/dist/opt/dvorak/dvorak/enable.vim \
runtime/pack/dist/opt/dvorak/dvorak/disable.vim \ runtime/pack/dist/opt/dvorak/dvorak/disable.vim \

View File

@ -1,4 +0,0 @@
# Aap recipe to build the maze program
:program maze : mazeansi.c
:program mazeclean : mazeclean.c

View File

@ -1,129 +0,0 @@
# config.aap.in: recipe transformed into auto/config.aap by configure.
VIMNAME = @VIMNAME@
EXNAME = @EXNAME@
VIEWNAME = @VIEWNAME@
CC = @CC@
DEFS = @DEFS@
CONF_CFLAGS = @CFLAGS@
CPPFLAGS = @CPPFLAGS@
srcdir = @srcdir@
VPATH = @srcdir@
CONF_LDFLAGS = @LDFLAGS@
CONF_LIBS = @LIBS@
TAGPRG = @TAGPRG@
CPP = @CPP@
CPP_MM = @CPP_MM@
X_CFLAGS = @X_CFLAGS@
X_LIBS_DIR = @X_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_LIBS = @X_LIB@
LUA_LIBS = @LUA_LIBS@
LUA_SRC = @LUA_SRC@
LUA_OBJ = @LUA_OBJ@
LUA_CFLAGS = @LUA_CFLAGS@
LUA_PRO = @LUA_PRO@
MZSCHEME_LIBS = @MZSCHEME_LIBS@
MZSCHEME_SRC = @MZSCHEME_SRC@
MZSCHEME_OBJ = @MZSCHEME_OBJ@
MZSCHEME_CFLAGS = @MZSCHEME_CFLAGS@
MZSCHEME_PRO = @MZSCHEME_PRO@
PERL = @vi_cv_path_perl@
PERLLIB = @vi_cv_perllib@
PERL_LIBS = @PERL_LIBS@
SHRPENV = @shrpenv@
PERL_SRC = @PERL_SRC@
PERL_OBJ = @PERL_OBJ@
PERL_PRO = @PERL_PRO@
PERL_CFLAGS = @PERL_CFLAGS@
PYTHON_SRC = @PYTHON_SRC@
PYTHON_OBJ = @PYTHON_OBJ@
PYTHON_CFLAGS = @PYTHON_CFLAGS@
PYTHON_LIBS = @PYTHON_LIBS@
TCL = @vi_cv_path_tcl@
TCL_SRC = @TCL_SRC@
TCL_OBJ = @TCL_OBJ@
TCL_PRO = @TCL_PRO@
TCL_CFLAGS = @TCL_CFLAGS@
TCL_LIBS = @TCL_LIBS@
HANGULIN_SRC = @HANGULIN_SRC@
HANGULIN_OBJ = @HANGULIN_OBJ@
WORKSHOP_SRC = @WORKSHOP_SRC@
WORKSHOP_OBJ = @WORKSHOP_OBJ@
NETBEANS_SRC = @NETBEANS_SRC@
NETBEANS_OBJ = @NETBEANS_OBJ@
CHANNEL_SRC = @CHANNEL_SRC@
CHANNEL_OBJ = @CHANNEL_OBJ@
RUBY = @vi_cv_path_ruby@
RUBY_SRC = @RUBY_SRC@
RUBY_OBJ = @RUBY_OBJ@
RUBY_PRO = @RUBY_PRO@
RUBY_CFLAGS = @RUBY_CFLAGS@
RUBY_LIBS = @RUBY_LIBS@
AWK = @AWK@
STRIP = @STRIP@
EXEEXT = @EXEEXT@
COMPILEDBY = @compiledby@
INSTALLVIMDIFF = @dovimdiff@
INSTALLGVIMDIFF = @dogvimdiff@
INSTALL_LANGS = @INSTALL_LANGS@
INSTALL_TOOL_LANGS = @INSTALL_TOOL_LANGS@
### Line break character as octal number for "tr"
NL = @line_break@
### Top directory for everything
# Can be overruled with "PREFIX=dir", thus delay using it.
prefix = @prefix@
### Top directory for the binary
exec_prefix $= @exec_prefix@
### Prefix for location of data files
BINDIR $= @bindir@
### For autoconf 2.60 and later (avoid a warning)
datarootdir $= @datarootdir@
### Prefix for location of data files
DATADIR $= @datadir@
### Prefix for location of man pages
MANDIR $= @mandir@
### Do we have a GUI
GUI = @GUITYPE@
NARROW_PROTO = @NARROW_PROTO@
GTK_LIBNAME = @GTK_LIBNAME@
MOTIF_LIBNAME = @MOTIF_LIBNAME@
GUI_INC_LOC = @GUI_INC_LOC@
GUI_LIB_LOC = @GUI_LIB_LOC@
GUI_X_LIBS = @GUI_X_LIBS@
### Any OS dependent extra source and object file
OS_EXTRA_SRC = @OS_EXTRA_SRC@
OS_EXTRA_OBJ = @OS_EXTRA_OBJ@
### If the *.po files are to be translated to *.mo files.
MAKEMO = @MAKEMO@
# Make sure that "make first" will run "make all" once configure has done its
# work. This is needed when using the Makefile in the top directory.
first: all

File diff suppressed because it is too large Load Diff

View File

@ -1,57 +0,0 @@
#
# Makefile to run all tests for Vim
#
VimProg ?= ../vim
Scripts = test1.out test2.out test3.out test6.out
test11.out
test13.out test14.out test17.out
test18.out test21.out
test27.out test29.out test30.out
test37.out
test39.out test42.out
test44.out test46.out test47.out
test48.out test49.out test74.out
ScriptsGUI = test16.out
# Build "nongui" when no target was specified.
nongui: newlog $Scripts
:print
:cat test.log
:print ALL DONE
# Build "ngui" when specified.
gui: newlog $Scripts $ScriptsGUI
:print
:cat test.log
:print ALL DONE
$Scripts $ScriptsGUI: $VimProg
clean:
:del {r}{force} *.out test.log tiny.vim small.vim mbyte.vim mzscheme.vim test.ok X*
# test1 is special, it checks for features
test1.out: test1.in
:del {force} test1.failed tiny.vim small.vim mbyte.vim mzscheme.vim
:sys {i} $VimProg -u unix.vim -U NONE --noplugin -s dotest.in test1.in
@if os.system("diff test.out test1.ok") != 0:
:error test1 FAILED - Something basic is wrong
:move {force} test.out test1.out
:del {r}{force} X*
:rule %.out : %.in
:del {force} $(match).failed test.ok
:copy $(match).ok test.ok
:sys {i} $VimProg -u unix.vim -U NONE --noplugin -s dotest.in $(match).in
@if os.system("diff test.out " + match + ".ok") != 0:
:print $match FAILED >>test.log
:move {force} test.out $(match).failed
@else:
:move {force} test.out $(match).out
:del {r}{force} X* test.ok
newlog:
:print Test results: >! test.log

View File

@ -794,6 +794,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 */
/**/
346,
/**/ /**/
345, 345,
/**/ /**/