pike.git/
src/
Makefile.in
Branch:
Tag:
Non-build tags
All tags
No tags
1997-03-17
1997-03-17 22:41:58 by Fredrik Hübinette (Hubbe) <hubbe@hubbe.net>
80ef120b977fef4b49f4784ee8271c2a4f1861e9 (
4
lines) (+
3
/-
1
)
[
Show
|
Annotate
]
Branch:
7.9
gdb_verify fixed
Rev: src/Makefile.in:1.20
189:
# verify & debug VERBOSE gdb_verify: testsuite
-
@echo >.gdbinit handle SIGUSR1 nostop noprint pass
+
@echo >.gdbinit handle
SIGFPE nostop noprint pass
+
@echo >>.gdbinit handle
SIGUSR1 nostop noprint pass
@echo >>.gdbinit run -Mmodules -DNOT_INSTALLED -m $(TMP_LIBDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike testsuite -v -v -f gdb ./pike @rm .gdbinit