/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to Makefile

More work on roundtrip push support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        $(SETUP) clean
24
24
        rm -f *.so
25
25
 
26
 
TMP_PLUGINS_DIR = $(shell pwd)/.plugins
27
 
 
28
 
$(TMP_PLUGINS_DIR):
29
 
        mkdir -p $@
30
 
 
31
 
$(TMP_PLUGINS_DIR)/git: $(TMP_PLUGINS_DIR)
32
 
        ln -sf .. $@
33
 
 
34
 
check:: build-inplace $(TMP_PLUGINS_DIR)/git
35
 
        BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) $(DEBUGGER) $(PYTHON) $(PYTHON_OPTIONS) $(BZR) $(BZR_OPTIONS) selftest $(TEST_OPTIONS) $(TESTS)
 
26
check:: build-inplace 
 
27
        BZR_PLUGINS_AT=git@$(shell pwd) $(DEBUGGER) $(PYTHON) $(PYTHON_OPTIONS) $(BZR) $(BZR_OPTIONS) selftest $(TEST_OPTIONS) $(TESTS)
36
28
 
37
29
check-verbose::
38
30
        $(MAKE) check TEST_OPTIONS=-v
44
36
        $(MAKE) check TEST_OPTIONS="--random=now --verbose --one"
45
37
 
46
38
show-plugins::
47
 
        BZR_PLUGIN_PATH=$(TMP_PLUGINS_DIR) BZR_PLUGINS_AT=git@$(shell pwd) $(BZR) plugins -v
 
39
        BZR_PLUGINS_AT=git@$(shell pwd) $(BZR) plugins -v
48
40
 
49
41
lint::
50
42
        $(PYLINT) -f parseable *.py */*.py