Changeset 417054a in trunk
- Timestamp:
- 2011-09-15T16:15:32Z (14 years ago)
- Branches:
- master
- Children:
- f1445ce
- Parents:
- 1fa5c72
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified Makefile ¶
r1fa5c72 r417054a 122 122 endif 123 123 124 code-checks: build version-and-path check-interfaces -find-trailing-spaces -check-umids pyflakes 125 126 version-and-path: 127 $(TAHOE) --version-and-path 128 129 check-interfaces: 130 $(TAHOE) @misc/coding_tools/check-interfaces.py 2>&1 |tee violations.txt 131 @echo 124 132 125 133 pyflakes: 126 134 $(PYTHON) -OOu `which pyflakes` $(SOURCES) |sort |uniq 135 @echo 127 136 128 137 check-umids: 129 138 $(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py'` 139 @echo 140 141 -check-umids: 142 -$(PYTHON) misc/coding_tools/check-umids.py `find $(SOURCES) -name '*.py'` 143 @echo 130 144 131 145 count-lines: … … 214 228 find-trailing-spaces: 215 229 $(PYTHON) misc/coding_tools/find-trailing-spaces.py -r $(SOURCES) 230 @echo 231 232 -find-trailing-spaces: 233 -$(PYTHON) misc/coding_tools/find-trailing-spaces.py -r $(SOURCES) 234 @echo 216 235 217 236 # The test-desert-island target grabs the tahoe-deps tarball, unpacks it,
Note: See TracChangeset
for help on using the changeset viewer.