mirror of
https://github.com/prometheus/prometheus.git
synced 2025-03-05 20:59:13 -08:00
Merge pull request #707 from abraithwaite/source-tar-build
Makefile: allow building from source without git
This commit is contained in:
commit
7af85f980c
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
.SUFFIXES:
|
.SUFFIXES:
|
||||||
|
|
||||||
VERSION=$(shell cat `git rev-parse --show-toplevel`/VERSION)
|
VERSION?=$(shell cat `git rev-parse --show-toplevel`/VERSION)
|
||||||
|
|
||||||
OS=$(shell uname)
|
OS=$(shell uname)
|
||||||
ARCH=$(shell uname -m)
|
ARCH=$(shell uname -m)
|
||||||
|
|
Loading…
Reference in a new issue