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