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
This commit is contained in:
ahodgkinson
2006-03-07 23:17:41 +00:00
parent 2015e63d6b
commit ff3946003d

View File

@@ -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)