pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2002-09-21
2002-09-21 15:59:51 by Martin Stjernholm <mast@lysator.liu.se>
34bd0d26a19e4c9ca08246472e31c12b9452c41a (
5
lines) (+
3
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
It's not always nice to get gdb started in running mode in gdb_verify.
Rev: src/Makefile.in:1.323
1:
#
-
# $Id: Makefile.in,v 1.
322
2002/09/
09
19
:
30
:
20
mast Exp $
+
# $Id: Makefile.in,v 1.
323
2002/09/
21
15
:
59
:
51
mast Exp $
# # This line is needed on some machines.
538:
@echo >>.gdbinit break debug_fatal @if test "$(TESTARGS)" = "" ; then args="-a -v -v" ; else \ args="$(TESTARGS)" ; fi; \
-
echo >>.gdbinit
run
-m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike --no-watchdog $$args
+
echo >>.gdbinit
set
args
-m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike --no-watchdog $$args
gdb $(TMP_BUILDDIR)/pike @rm .gdbinit