~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Patch Queue Manager
  • Date: 2011-10-14 16:54:26 UTC
  • mfrom: (6216.1.1 remove-this-file)
  • Revision ID: pqm@pqm.ubuntu.com-20111014165426-tjix4e6idryf1r2z
(jelmer) Remove an accidentally committed .THIS file. (Jelmer Vernooij)

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>" \