mirror of
https://github.com/prometheus/prometheus.git
synced 2025-08-18 03:57:08 +02: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 New Issue
Block a user