* Makefile.in (GDBFLAGS): New variable.

(run): New rule.
This commit is contained in:
Doug Evans 2013-10-11 17:32:30 +00:00
parent a2b903b78e
commit 9b557b58d3
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-10-11 Doug Evans <dje@google.com>
* Makefile.in (GDBFLAGS): New variable.
(run): New rule.
2013-10-11 Joel Brobecker <brobecker@adacore.com>
* NEWS: Add entry documenting the new "-catch-assert" and

View File

@ -178,6 +178,9 @@ INTL_CFLAGS = @INCINTL@
# Did the user give us a --with-gdb-datadir option?
GDB_DATADIR = @GDB_DATADIR@
# Flags to pass to gdb when invoked with "make run".
GDBFLAGS =
# Helper code from gnulib.
GNULIB_BUILDDIR = build-gnulib
LIBGNU = $(GNULIB_BUILDDIR)/import/libgnu.a
@ -1341,6 +1344,10 @@ data-directory/Makefile: data-directory/Makefile.in config.status @frags@
CONFIG_LINKS= \
$(SHELL) config.status
.PHONY: run
run: Makefile
./gdb$(EXEEXT) --data-directory=`pwd`/data-directory $(GDBFLAGS)
jit-reader.h: $(srcdir)/jit-reader.in
$(SHELL) config.status $@