/loggerhead/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/loggerhead/trunk

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Jelmer Vernooij
  • Date: 2022-08-29 16:33:16 UTC
  • mto: This revision was merged to the branch mainline in revision 534.
  • Revision ID: jelmer@jelmer.uk-20220829163316-wkyfu2dk1e3zt0ss
Cope with moved errors NoSuchFile and FileExists in newer versions of Breezy.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
2
PYTHON ?= python3
 
3
BRZ ?= brz
3
4
 
4
5
dist:
5
6
        $(PYTHON) ./setup.py sdist
8
9
        rm -rf dist/
9
10
 
10
11
check:
11
 
        BRZ_PLUGINS_AT=loggerhead@$$(pwd) brz selftest -s bp.loggerhead
 
12
        BRZ_PLUGINS_AT=loggerhead@$$(pwd) $(BRZ) selftest -s bp.loggerhead