* Makefile.in (GDBFLAGS): New variable.
(run): New rule.
This commit is contained in:
parent
a2b903b78e
commit
9b557b58d3
@ -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
|
||||
|
@ -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 $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user