~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to Makefile

  • Committer: Michael Ellerman
  • Date: 2006-02-28 14:45:51 UTC
  • mto: (1558.1.18 Aaron's integration)
  • mto: This revision was merged to the branch mainline in revision 1586.
  • Revision ID: michael@ellerman.id.au-20060228144551-3d9941ecde4a0b0a
Update contrib/pwk for -p1 diffs from bzr

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
all:
 
1
all: 
2
2
 
3
3
check:
4
 
        ./bzr selftest -v $(tests)
 
4
        ./bzr selftest $(tests)
5
5
        @echo "Running all tests with no locale."
6
 
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest -v $(tests)
 
6
        LC_CTYPE= LANG=C LC_ALL= ./bzr selftest $(tests)
7
7
 
8
8
check-msgeditor:
9
9
        ./bzr --no-plugins selftest -v msgeditor
10
10
 
11
 
# Run Python style checker (apt-get install pyflakes)
12
 
pyflakes:
13
 
        pyflakes bzrlib
14
 
 
15
 
pyflakes-nounused:
16
 
        # There are many of these warnings at the moment and they're not a
17
 
        # high priority to fix
18
 
        pyflakes bzrlib | grep -v ' imported but unused'
19
 
 
20
 
clean:
 
11
clean: 
21
12
        ./setup.py clean
22
13
        -find . -name "*.pyc" -o -name "*.pyo" | xargs rm -f
23
14
        rm -rf test????.tmp