pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:1:
#
-
# $Id: Makefile.in,v 1.
379
2004/03/
09
02
:
27
:
51
nilsson Exp $
+
# $Id: Makefile.in,v 1.
380
2004/03/
14
21
:
20
:
56
nilsson Exp $
# # This line is needed on some machines. @SET_MAKE@ # Don't change this line. Define EXTRALIBS before this line if you # wish to add any libraries. LIBS=@LIBS@ $(EXTRALIBS) # This is normall the install program in the source directory
pike.git/src/Makefile.in:632:
echo >>.gdbinit handle SIG32 nostop noprint pass ;\ else :; fi @echo >>.gdbinit break debug_fatal @echo >>.gdbinit break pike_gdb_breakpoint @if test "$(TESTARGS)" = "" ; then args="-a -v -v" ; else \ args="$(TESTARGS)" ; fi; \ echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike --no-watchdog $$args gdb $(TMP_BUILDDIR)/pike @rm .gdbinit
+
gdb_hilfe: 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 handle SIGLWP 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
+
@echo >>.gdbinit break pike_gdb_breakpoint
+
@echo >>.gdbinit set args -m$(TMP_BUILDDIR)/master.pike $$ARGS
+
gdb $(TMP_BUILDDIR)/pike
+
@rm .gdbinit
+
# fast test fast_verify_testsuite: testsuite PIKE_MODULE_PATH=""; PIKE_INCLUDE_PATH=""; \ if test "$(TESTARGS)" = "" ; then args="-a" ; else args="$(TESTARGS)" ; fi; \ if test -f ./test-pike ; then ./test-pike -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; else sprsh `pwd`/test-install/pike/*/bin/pike.exe -DNOT_INSTALLED $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike $$args ; fi # run hilfe, for interactive testing run_hilfe: master.pike $(RUNPIKE) $(ARGS)