]> rtime.felk.cvut.cz Git - orte.git/commitdiff
Be more strict in determining version tags
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 17 Sep 2013 09:03:17 +0000 (11:03 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 17 Sep 2013 09:03:17 +0000 (11:03 +0200)
Makefile.cvs

index 82fbffc4f4eaa5e5dd058d023faea11f3f338fff..7c505493cb5f8c70d2e5bad60674f7b3a24d67c8 100644 (file)
@@ -10,7 +10,7 @@ all:
        automake
        autoconf
 
-dist: VER=$(shell git describe --match='v*' | sed -e 's/^v\(.*\)/\1/')
+dist: VER=$(shell git describe --match='v[0-9]*' | sed -e 's/^v\(.*\)/\1/')
 dist:
 # Export clean sources and run autoreconf
        test ! -d orte-$(VER)