summaryrefslogtreecommitdiffstats
path: root/storage
diff options
context:
space:
mode:
authorArne Juul <arnej@yahoo-inc.com>2018-06-11 12:48:11 +0000
committerArne Juul <arnej@yahoo-inc.com>2018-06-11 12:48:11 +0000
commitf8f393a22859004ee12cce94c36b19ff84629b6a (patch)
treecb092ee97793ef9eaf37130b9d077f43bf38c934 /storage
parent4b4d1615c69c31b7769722b1e678bd5aed28bacb (diff)
clean up remnants of .mak files
Diffstat (limited to 'storage')
-rw-r--r--storage/src/.gitignore1
-rw-r--r--storage/src/versiontag.mak7
2 files changed, 0 insertions, 8 deletions
diff --git a/storage/src/.gitignore b/storage/src/.gitignore
index f7cecb195ca..4bb2c3395eb 100644
--- a/storage/src/.gitignore
+++ b/storage/src/.gitignore
@@ -7,4 +7,3 @@
Makefile.ini
config_command.sh
project.dsw
-/storage.mak
diff --git a/storage/src/versiontag.mak b/storage/src/versiontag.mak
deleted file mode 100644
index b01f54a9446..00000000000
--- a/storage/src/versiontag.mak
+++ /dev/null
@@ -1,7 +0,0 @@
-# Copyright 2017 Yahoo Holdings. 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