From 431db65efb5868745f1b9dec1c314fc8c2dcb3bd Mon Sep 17 00:00:00 2001 From: ahodgkinson Date: Tue, 19 Sep 2006 17:23:30 +0000 Subject: [PATCH] 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 --- flaim/Makefile | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/flaim/Makefile b/flaim/Makefile index 4c13df5..1d60c73 100644 --- a/flaim/Makefile +++ b/flaim/Makefile @@ -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