mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-26 06:04:05 -08:00
Fix positional flags for `cp
` on Darwin.
Unfortunately ``cp`` on Darwin regards some flags as positional and requires them to be in a specific place. The new Protocol Buffer descriptor bundling fails on Mac OS.
This commit is contained in:
parent
3ff916d209
commit
961ff26874
|
@ -23,6 +23,6 @@ static/generated:
|
|||
mkdir -vp static/generated
|
||||
|
||||
static/generated/protocol_buffer.descriptor: static/generated ../model/generated/descriptor.blob
|
||||
cp ../model/generated/descriptor.blob -f $@
|
||||
cp -f ../model/generated/descriptor.blob $@
|
||||
|
||||
.PHONY: blob clean
|
||||
|
|
Loading…
Reference in a new issue