1185.21.3
by Jelmer Vernooij
Remove executable properties from Makefile (set by bzr itself now) |
1 |
all: |
1102
by Martin Pool
- merge test refactoring from robertc |
2 |
|
3 |
check: |
|
4 |
./bzr selftest |
|
5 |
||
1185.21.3
by Jelmer Vernooij
Remove executable properties from Makefile (set by bzr itself now) |
6 |
clean: |
1185.1.21
by Robert Collins
add a clean target |
7 |
./setup.py clean |
1417.1.5
by Robert Collins
clean up pyc files in make clean |
8 |
find . -name "*.pyc" | xargs rm |
1427
by Robert Collins
clean up test dirs on make clean |
9 |
rm -rf test????.tmp |
1185.1.21
by Robert Collins
add a clean target |
10 |
|
1102
by Martin Pool
- merge test refactoring from robertc |
11 |
.PHONY: all |
1158
by Martin Pool
- make target to build emacs TAGS file |
12 |
|
13 |
||
14 |
# build emacs cross-reference
|
|
15 |
tag_files=./bzr ./bzrlib/*py ./bzrlib/selftest/*.py |
|
16 |
TAGS: $(tag_files) |
|
17 |
ctags-exuberant -e $(tag_files) |