From ff3946003dcc424bf4f98b634491d90ecd059abc Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Tue, 7 Mar 2006 23:17:41 +0000 Subject: [PATCH] Needed to uncomment lines that check for local modifications prior to building RPMs. git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@145 0109f412-320b-0410-ab79-c3e0c5ffbbe6 --- xflaim/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xflaim/Makefile b/xflaim/Makefile index 87af155..7b10a79 100644 --- a/xflaim/Makefile +++ b/xflaim/Makefile @@ -60,9 +60,9 @@ ifdef calc_svn_revision srevision = $(shell svnversion . -n) -# ifneq (,$(findstring M,$(srevision))) -# $(error Local modifications found - please check in before making distro) -# endif + ifneq (,$(findstring M,$(srevision))) + $(error Local modifications found - please check in before making distro) + endif ifneq (,$(findstring :,$(srevision))) $(error Mixed revisions in repository - please update before making distro)