Rev 1624: Add BZR_OPTIONS variable. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Sat Aug 23 22:19:23 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1624
revision-id: jelmer at samba.org-20080823211921-uos9v15r65dbtb0q
parent: jelmer at samba.org-20080823201849-mcwgp3nmgyq4amxv
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-23 23:19:21 +0200
message:
  Add BZR_OPTIONS variable.
modified:
  Makefile                       makefile.other-20080311181537-5svhje3v1flh1n4f-1
=== modified file 'Makefile'
--- a/Makefile	2008-08-23 18:39:03 +0000
+++ b/Makefile	2008-08-23 21:19:21 +0000
@@ -17,6 +17,7 @@
 
 DEBUGGER ?= 
 BZR ?= $(shell which bzr)
+BZR_OPTIONS ?= 
 PYTHON ?= $(shell which python)
 SETUP ?= $(PYTHON) ./setup.py
 PYDOCTOR ?= pydoctor
@@ -60,7 +61,7 @@
 	ln -sf .. $@
 
 check:: build-inplace $(TMP_PLUGINS_DIR)/svn 
-	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(PYTHON_OPTIONS) $(BZR) selftest $(TEST_OPTIONS) --starting-with=bzrlib.plugins.svn $(TESTS)
+	BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(PYTHON_OPTIONS) $(BZR) $(BZR_OPTIONS) selftest $(TEST_OPTIONS) --starting-with=bzrlib.plugins.svn $(TESTS)
 
 check-verbose::
 	$(MAKE) check TEST_OPTIONS=-v




More information about the bazaar-commits mailing list