~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Robert Collins
  • Date: 2007-06-04 00:51:54 UTC
  • mfrom: (2504 +trunk)
  • mto: (2507.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 2505.
  • Revision ID: robertc@robertcollins.net-20070604005154-yvx2q8jnwiprw6du
Merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
        @echo "building extension modules."
26
26
        python setup.py build_ext -i
27
27
 
28
 
check: extensions
 
28
check: docs extensions
29
29
        python -Werror ./bzr selftest -v $(tests)
30
30
        @echo "Running all tests with no locale."
31
31
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)