From 4c8395fba78474724626bf2a26982d35da3d0591 Mon Sep 17 00:00:00 2001 From: Alvin Moore Date: Mon, 19 Mar 2018 20:12:49 -0700 Subject: [PATCH] Removed outdated information messages --- build/scver.mk | 2 -- documentation/sphinx/Makefile | 1 - 2 files changed, 3 deletions(-) diff --git a/build/scver.mk b/build/scver.mk index afc5e6dc6c..bdae8befb7 100644 --- a/build/scver.mk +++ b/build/scver.mk @@ -147,10 +147,8 @@ info: @echo "Package: $(PACKAGE_NAME)" @echo "Version ID: $(VERSION_ID)" @echo "Package ID: $(PKGRELEASE)" - @echo "Source Control: $(SOURCE_CONTROL)" @echo "SC Branch: $(SCBRANCH)" @echo "Git Dir: $(GITPRESENT)" - @echo "Mercurial Dir: $(HGPRESENT)" @echo "Make Dir: $(MAKEDIR)" @echo "Foundation Dir: $(FDBDIR)" @echo "Fdb Dir Base: $(FDBDIRBASE)" diff --git a/documentation/sphinx/Makefile b/documentation/sphinx/Makefile index 88adeefccb..eaa5937f0d 100644 --- a/documentation/sphinx/Makefile +++ b/documentation/sphinx/Makefile @@ -2,7 +2,6 @@ # # local vars: PROJECT_NAME := foundationdb-docs -#VERSION := $(shell cat version) GIT_HEAD_REF := $(shell git rev-parse --short HEAD) GIT_BRANCH := $(shell git symbolic-ref --short HEAD)