pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1998-08-02
1998-08-02 12:05:21 by Henrik Grubbström (Grubba) <grubba@grubba.org>
4a8568f9fc4ad86485ec212312987e9ae9a87b1f (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
gdb_verify now ignores SIGUSR2 too.
Rev: src/Makefile.in:1.106
1:
#
-
# $Id: Makefile.in,v 1.
105
1998/08/02 12:
00
:
56
grubba Exp $
+
# $Id: Makefile.in,v 1.
106
1998/08/02 12:
05
:
21
grubba Exp $
# # This line is needed on some machines.
332:
gdb_verify: module_testsuites testsuite master.pike @echo >.gdbinit handle SIGFPE nostop noprint pass @echo >>.gdbinit handle SIGUSR1 nostop noprint pass
+
@echo >>.gdbinit handle SIGUSR2 nostop noprint pass
@echo >>.gdbinit run -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike testsuite -v -v -f modules/*/module_testsuite gdb ./pike @rm .gdbinit