pike.git
/
src
/
Makefile.in
version
»
Context lines:
10
20
40
80
file
none
3
pike.git/src/Makefile.in:185:
check: verify # verify / debug verbose verbose_verify: testsuite verbose_verify_modules $(RUNPIKE) $(TMP_BINDIR)/test_pike.pike testsuite --verbose # verify & debug VERBOSE gdb_verify: testsuite @echo >.gdbinit handle SIGUSR1 nostop noprint pass
-
@echo >>.gdbinit run -m $(TMP_LIBDIR)/master.pike $(PIKEOPTS) $(TMP_BINDIR)/test_pike.pike testsuite -v -v -f
+
@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 # run hilfe, for interactive testing run_hilfe: $(RUNPIKE) $(TMP_BINDIR)/hilfe # make export archive (requires compiled Pike) # Do not compile in source tree if you want to use this! # Beware that export archive this includes bison/yacc/byacc source