Modified so that the java and xedit targets do not require the svn revision to be calculated.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@1022 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -677,16 +677,6 @@ ifneq (,$(findstring docs,$(MAKECMDGOALS)))
|
||||
endif
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring java,$(MAKECMDGOALS)))
|
||||
calc_svn_revision = 1
|
||||
local_mods_ok = 1
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring xedit,$(MAKECMDGOALS)))
|
||||
calc_svn_revision = 1
|
||||
local_mods_ok = 1
|
||||
endif
|
||||
|
||||
ifneq (,$(findstring changelog,$(MAKECMDGOALS)))
|
||||
|
||||
calc_svn_revision = 1
|
||||
|
||||
Reference in New Issue
Block a user