e3ffab
From c920c528ba53161a8186b914da9f93b8cb5176fc Mon Sep 17 00:00:00 2001
99b6f7
From: Martin Kosek <mkosek@redhat.com>
e3ffab
Date: Fri, 5 Sep 2014 11:48:20 +0200
e3ffab
Subject: [PATCH] Remove pylint from build process
99b6f7
99b6f7
pylint is not present in RHEL-7.0.
99b6f7
---
99b6f7
 Makefile | 4 ----
99b6f7
 1 file changed, 4 deletions(-)
99b6f7
99b6f7
diff --git a/Makefile b/Makefile
e3ffab
index 8fd0c60e392d720f47c8ee7c4b674727dc5eb789..29dc07c64b8e88caaa11764557af34fd53139274 100644
99b6f7
--- a/Makefile
99b6f7
+++ b/Makefile
e3ffab
@@ -48,9 +48,6 @@ IPA_RPM_RELEASE=$(shell cat RELEASE)
99b6f7
 LIBDIR ?= /usr/lib
99b6f7
 
99b6f7
 DEVELOPER_MODE ?= 0
99b6f7
-ifneq ($(DEVELOPER_MODE),0)
99b6f7
-LINT_OPTIONS=--no-fail
99b6f7
-endif
99b6f7
 
e3ffab
 PYTHON ?= $(shell rpm -E %__python || echo /usr/bin/python2)
99b6f7
 
e3ffab
@@ -115,7 +112,6 @@ client-dirs:
99b6f7
 	fi
99b6f7
 
99b6f7
 lint: bootstrap-autogen
99b6f7
-	./make-lint $(LINT_OPTIONS)
99b6f7
 	$(MAKE) -C install/po validate-src-strings
99b6f7
 
99b6f7
 
99b6f7
-- 
e3ffab
2.1.0
99b6f7