Rev 1250: Add strace-check Makefile target. in file:///data/jelmer/bzr-svn/0.4-ra-cext/

Jelmer Vernooij jelmer at samba.org
Sat Jun 21 21:47:04 BST 2008


At file:///data/jelmer/bzr-svn/0.4-ra-cext/

------------------------------------------------------------
revno: 1250
revision-id: jelmer at samba.org-20080621204702-ki86mzo0xn0x433m
parent: jelmer at samba.org-20080621204424-spqj65s3vxhnrdt2
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4-ra-cext
timestamp: Sat 2008-06-21 22:47:02 +0200
message:
  Add strace-check Makefile target.
modified:
  Makefile                       makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile	2008-06-17 20:23:54 +0000
+++ b/Makefile	2008-06-21 20:47:02 +0000
@@ -49,6 +49,9 @@
 gdb-check::
 	$(MAKE) check DEBUGGER="gdb --args $(GDB_OPTIONS)"
 
+strace-check::
+	$(MAKE) check DEBUGGER="strace $(STRACE_OPTIONS)"
+
 show-plugins::
 	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(BZR) plugins
 




More information about the bazaar-commits mailing list