FLAIM change. Needed to calculate the svn revision when building debsrc target.

git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@866 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
ahodgkinson
2006-09-19 17:23:30 +00:00
parent 0109c96e2a
commit 431db65efb

View File

@@ -656,6 +656,13 @@ ifneq (,$(findstring debbin,$(MAKECMDGOALS)))
endif
endif
ifneq (,$(findstring debsrc,$(MAKECMDGOALS)))
calc_svn_revision = 1
ifndef ignore_local_mods
local_mods_ok =
endif
endif
ifneq (,$(findstring docs,$(MAKECMDGOALS)))
calc_svn_revision = 1
ifndef ignore_local_mods