We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e194fa commit 7db087fCopy full SHA for 7db087f
Makefile
@@ -262,15 +262,15 @@ target/%/vector.tar.gz: export PROFILE ?=$(word 2,${PAIR})
262
target/%/vector.tar.gz: target/%/vector CARGO_HANDLES_FRESHNESS
263
rm -rf target/scratch/vector-${TRIPLE} || true
264
mkdir -p target/scratch/vector-${TRIPLE}/bin target/scratch/vector-${TRIPLE}/etc
265
- cp --recursive --force --verbose \
+ cp -R -f -v \
266
target/${TRIPLE}/${PROFILE}/vector \
267
target/scratch/vector-${TRIPLE}/bin/vector
268
269
README.md \
270
LICENSE \
271
config \
272
target/scratch/vector-${TRIPLE}/
273
274
distribution/systemd \
275
target/scratch/vector-${TRIPLE}/etc/
276
tar --create \
0 commit comments