mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -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:
|
||||
|
||||
VERSION=$(shell cat `git rev-parse --show-toplevel`/VERSION)
|
||||
VERSION?=$(shell cat `git rev-parse --show-toplevel`/VERSION)
|
||||
|
||||
OS=$(shell uname)
|
||||
ARCH=$(shell uname -m)
|
||||
|
|
Loading…
Reference in a new issue