~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Martin Pool
  • Date: 2011-11-18 05:13:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6277.
  • Revision ID: mbp@canonical.com-20111118051319-9cj53bg5e06zl7rw
Remove more lzma related code

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        # Generate a stream for PQM to watch.
44
44
        -$(RM) -f selftest.log
45
45
        echo `date` ": selftest starts" 1>&2
46
 
        $(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest -Oselftest.timeout=120 \
47
 
          --subunit $(tests) | tee selftest.log
 
46
        $(PYTHON) -Werror -Wignore::ImportWarning -O ./bzr selftest --subunit $(tests) | tee selftest.log
48
47
        echo `date` ": selftest ends" 1>&2
49
48
        # An empty log file should catch errors in the $(PYTHON)
50
49
        # command above (the '|' swallow any errors since 'make'
432
431
                )
433
432
 
434
433
po/bzr.pot: $(PYFILES) $(DOCFILES)
435
 
        $(PYTHON) ./bzr export-pot --include-duplicates > po/bzr.pot
 
434
        $(PYTHON) ./bzr export-pot > po/bzr.pot
436
435
        echo $(TRANSLATABLE_PYFILES) | xargs \
437
436
          xgettext --package-name "bzr" \
438
437
          --msgid-bugs-address "<bazaar@canonical.com>" \