comparison Makefile @ 3:9ac0ee86ec7c

Some cleanup to the recipe commands and reporters.
author cmlenz
date Sun, 22 May 2005 23:12:16 +0000
parents 0b2a3581c48d
children 196009657e5e
comparison
equal deleted inserted replaced
2:3ba3fb6f0054 3:9ac0ee86ec7c
1 PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923 1 PYLINT_MSGS = C0101,E0201,E0213,W0103,W0704,R0921,R0923
2 2
3 all: pylint test 3 all: pylint
4 4
5 pylint: 5 pylint:
6 PYTHONPATH=.:../Trac/trunk pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint.txt 6 PYTHONPATH=.:../Trac/trunk pylint --parseable=y --disable-msg=$(PYLINT_MSGS) --ignore=tests bitten > build/pylint-results.txt
7
8 #test:
9 # find . -name *.pyc | xargs rm
10 # PYTHONPATH=. trac/test.py
Copyright (C) 2012-2017 Edgewall Software