summaryrefslogtreecommitdiffstats
path: root/certmaster/minion/modules/Makefile
diff options
context:
space:
mode:
authorMichael DeHaan <mdehaan@redhat.com>2008-02-07 14:15:25 -0500
committerMichael DeHaan <mdehaan@redhat.com>2008-02-07 14:15:25 -0500
commita419c0fb6d0456a058462ea31f76fbdbeac63d99 (patch)
tree5b2d14b5c97c9e8d6681af1d4f899ca966c43173 /certmaster/minion/modules/Makefile
parent4a7f409334528affd3b0245f9fe6e0b35e50e54b (diff)
downloadcertmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.tar.gz
certmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.tar.xz
certmaster-a419c0fb6d0456a058462ea31f76fbdbeac63d99.zip
Trimming more stuff out.
Diffstat (limited to 'certmaster/minion/modules/Makefile')
-rwxr-xr-xcertmaster/minion/modules/Makefile18
1 files changed, 0 insertions, 18 deletions
diff --git a/certmaster/minion/modules/Makefile b/certmaster/minion/modules/Makefile
deleted file mode 100755
index f2bc6c4..0000000
--- a/certmaster/minion/modules/Makefile
+++ /dev/null
@@ -1,18 +0,0 @@
-
-
-PYFILES = $(wildcard *.py)
-
-PYCHECKER = /usr/bin/pychecker
-PYFLAKES = /usr/bin/pyflakes
-
-clean::
- @rm -fv *.pyc *~ .*~ *.pyo
- @find . -name .\#\* -exec rm -fv {} \;
- @rm -fv *.rpm
-
-
-pychecker::
- @$(PYCHECKER) $(PYFILES) || exit 0
-
-pyflakes::
- @$(PYFLAKES) $(PYFILES) || exit 0