summaryrefslogtreecommitdiff
path: root/cleopatre
diff options
context:
space:
mode:
authorsave2009-11-12 16:04:58 +0000
committersave2009-11-12 16:04:58 +0000
commitb4db5555174f9be487ab0330113c6fd573195f7b (patch)
tree70f362eebf84fd03a55966b7ef3f704addec9565 /cleopatre
parent0d576ad2f7228aac409b961543d0a7dfbfc1fe59 (diff)
cleo/devkit/plcdrv: consolidate version through git describe command
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@6379 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre')
-rw-r--r--cleopatre/devkit/plcdrv/arm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/devkit/plcdrv/arm/Makefile b/cleopatre/devkit/plcdrv/arm/Makefile
index ceefc0e77d..702b6602f8 100644
--- a/cleopatre/devkit/plcdrv/arm/Makefile
+++ b/cleopatre/devkit/plcdrv/arm/Makefile
@@ -3,7 +3,7 @@ PLCSUBPATH=devkit/plcdrv/arm
PLCPATH=$(BASEPATH)/$(PLCSUBPATH)
KRNPATH=$(BASEPATH)/linux-2.6.25.10-spc300
DEBUG = n
-VERSION=$(shell git describe)
+VERSION=$(shell git describe 2>/dev/null || echo untag)
# Add our debugging flag to CFLAGS
ifeq ($(DEBUG),y)