Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/checkpoint-restore/criu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyrill Gorcunov <gorcunov@openvz.org>2016-04-07 16:05:00 +0300
committerPavel Emelyanov <xemul@virtuozzo.com>2016-05-30 13:46:28 +0300
commit17ae160b333e31509d1625ed88b488e6fd2d1836 (patch)
tree684b5435f3c70ae997c0f766ed261dc804d188cb /Makefile.versions
parent346a4378b17a817bc856cd4fd8428342192b9732 (diff)
build: Add export of sublevels and extra
We use in our PCS7 packaging and I think it's suitable for everything else as well. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Reviewed-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Diffstat (limited to 'Makefile.versions')
-rw-r--r--Makefile.versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.versions b/Makefile.versions
index 311d4a36a..68659977e 100644
--- a/Makefile.versions
+++ b/Makefile.versions
@@ -5,7 +5,7 @@ CRIU_VERSION_MINOR := 2
CRIU_VERSION_SUBLEVEL :=
CRIU_VERSION_EXTRA :=
CRIU_VERSION_NAME := Carbon Nightingale
-CRIU_VERSION := $(CRIU_VERSION_MAJOR)$(if $(CRIU_VERSION_MINOR),.$(CRIU_VERSION_MINOR))$(if $(CRIU_VERSION_SUBLEVEL),.$(CRIU_VERSION_SUBLEVEL))
+CRIU_VERSION := $(CRIU_VERSION_MAJOR)$(if $(CRIU_VERSION_MINOR),.$(CRIU_VERSION_MINOR))$(if $(CRIU_VERSION_SUBLEVEL),.$(CRIU_VERSION_SUBLEVEL))$(if $(CRIU_VERSION_EXTRA),.$(CRIU_VERSION_EXTRA))
export CRIU_VERSION_MAJOR CRIU_VERSION_MINOR CRIU_VERSION_SUBLEVEL
export CRIU_VERSION_EXTRA CRIU_VERSION_NAME CRIU_VERSION