From c3239e370cb2a47bc815492887b75e0f5c9a9942 Mon Sep 17 00:00:00 2001 From: Martin Kosek Date: Wed, 22 May 2013 11:55:06 +0200 Subject: [PATCH] Remove i18test from build process Required package python-polib is not present in RHEL-7.0. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6c473f8829bb4aa4a44aa4202356b24fd69798a2..4337259a040f98d9647357444ef3af4d5d0329e6 100644 --- a/Makefile +++ b/Makefile @@ -134,7 +134,7 @@ client-dirs: fi lint: bootstrap-autogen - $(MAKE) -C install/po validate-src-strings || $(LINT_IGNORE_FAIL) + @echo "lint target skipped in RHEL-7.0 due to missing dependencies" test: -- 2.5.5