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