From bdee628555701a27951d7ef18b62941b5b92ec6c 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 abf58382960099a54b8920dd0e741b9fda17682f..7a91fbe233d588c3c8dda1bff2daf2bdd5e7717c 100644 --- a/Makefile +++ b/Makefile @@ -49,9 +49,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) @@ -116,7 +113,6 @@ client-dirs: fi lint: bootstrap-autogen - ./make-lint $(LINT_OPTIONS) $(MAKE) -C install/po validate-src-strings -- 2.1.0