Removed outdated information messages

This commit is contained in:
Alvin Moore 2018-03-19 20:12:49 -07:00
parent b52cae3d6a
commit 4c8395fba7
2 changed files with 0 additions and 3 deletions

View File

@ -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)"

View File

@ -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)