I don't think anyone uses lint any more, so this removes the support
for it from the Makefile.
gdb/ChangeLog
2018-07-09 Tom Tromey <tom@tromey.com>
* Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
+2018-07-09 Tom Tromey <tom@tromey.com>
+
+ * Makefile.in (LINT, LINTFLAGS, LINTFILES, lint): Remove.
+
2018-07-09 Tom Tromey <tom@tromey.com>
* Makefile.in (clean mostlyclean): Remove stamp-version.
DIST = gdb
-LINT = /usr/5bin/lint
-LINTFLAGS = $(GDB_CFLAGS) $(OPCODES_CFLAGS) $(READLINE_CFLAGS) \
- $(BFD_CFLAGS) $(INCLUDE_CFLAGS) \
- $(INTL_CFLAGS)
-
RUNTEST = runtest
RUNTESTFLAGS =
$(COMMON_SFILES) \
$(SUBDIR_GCC_COMPILE_SRCS)
-LINTFILES = $(SFILES) $(YYFILES) $(CONFIG_SRCS) init.c
-
# Header files that need to have srcdir added. Note that in the cases
# where we use a macro like $(gdbcmd_h), things are carefully arranged
# so that each .h file is listed exactly once (M-x tags-search works
@echo stamp > stamp-version
-lint: $(LINTFILES)
- $(LINT) $(INCLUDE_CFLAGS) $(LINTFLAGS) $(LINTFILES) \
- `echo $(DEPFILES) $(CONFIG_OBS) | sed 's/\.o /\.c /g'`
-
gdb.cxref: $(SFILES)
cxref -I. $(SFILES) >gdb.cxref