summaryrefslogtreecommitdiffstats
path: root/storage/src/versiontag.mak
blob: ffd6a4c899f95c548a4f9e91b31ddf464e27ef62 (plain) (blame)
1
2
3
4
5
6
7
# Copyright 2016 Yahoo Inc. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

VTAG := $(shell $(VESPALIB_DIR)/bin/getversion -D $(TOP) )

ifneq (X$(SPECIFIED_VTAG),XDISABLE)
    VTAG += -DV_TAG='"$(SPECIFIED_VTAG)"'
endif