pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
2000-10-14
2000-10-14 01:55:38 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
44917bfff15939afbe07bac204dbc60e03bc5abe (
7
lines) (+
5
/-
2
)
[
Show
|
Annotate
]
Branch:
7.9
fix for 'make gdb_verify'
Rev: src/Makefile.in:1.213
1:
#
-
# $Id: Makefile.in,v 1.
212
2000/10/
10
23
:
39
:
32
mast
Exp $
+
# $Id: Makefile.in,v 1.
213
2000/10/
14
01
:
55
:
38
hubbe
Exp $
# # This line is needed on some machines.
429:
@echo >>.gdbinit handle SIGUSR1 nostop noprint pass @echo >>.gdbinit handle SIGUSR2 nostop noprint pass @echo >>.gdbinit handle SIGLWP nostop noprint pass
-
@echo
>>.gdbinit handle SIG32 nostop noprint pass
+
@if
kill -l | grep SIGRTMIN
>
/dev/null ; then \
+
echo
>
>
.gdbinit handle SIG32 nostop noprint pass
;\
+
else :; fi
@echo >>.gdbinit break debug_fatal @if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \ echo >>.gdbinit run -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike --no-watchdog -v -v $$args