From d48ef24f108af76f950fc67cd728d5eeee1221c4 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 22 May 2013 10:52:32 +0200 Subject: [PATCH 1005/1006] 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 484144fd6f2dfb905abfc96621fc03b306d2f230..0718367cd78e070e160d50f28006ded580be78cf 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,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) @@ -97,7 +94,6 @@ client-dirs: fi lint: bootstrap-autogen - ./make-lint $(LINT_OPTIONS) $(MAKE) -C install/po validate-src-strings -- 1.8.3.1