[node-patches] Change in ovirt-node[master]: makefile: Reorganize checks
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Dec 11 20:09:36 UTC 2012
Fabian Deutsch has uploaded a new change for review.
Change subject: makefile: Reorganize checks
......................................................................
makefile: Reorganize checks
Change-Id: Ic256e6a9f5070e32d53271eaf1b27d5842ac0684
Signed-off-by: Fabian Deutsch <fabiand at fedoraproject.org>
---
M scripts/tui/src/Makefile
1 file changed, 5 insertions(+), 4 deletions(-)
git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/09/9909/1
diff --git a/scripts/tui/src/Makefile b/scripts/tui/src/Makefile
index 1db50af..1761603 100644
--- a/scripts/tui/src/Makefile
+++ b/scripts/tui/src/Makefile
@@ -4,11 +4,12 @@
CLEANFILES=$(shell find . -name \*.pyc -o -name \*.pyo -o -name \*~ -o -name MANIFEST)
-check: doctests
- @echo -e "---\n Passed.\n---"
+check-local: syntax-checks doctests
+ @echo -e "---\n Passed all.\n---"
-check-local: check pep8 pyflakes
- @echo -e "---\n Passed.\n---"
+
+syntax-checks: pep8 pyflakes
+ @echo -e "---\n Passed syntax checks.\n---"
doctests:
@for M in $(PYTHONSOURCES); \
--
To view, visit http://gerrit.ovirt.org/9909
To unsubscribe, visit http://gerrit.ovirt.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ic256e6a9f5070e32d53271eaf1b27d5842ac0684
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-node
Gerrit-Branch: master
Gerrit-Owner: Fabian Deutsch <fabiand at fedoraproject.org>
More information about the node-patches
mailing list