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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user