Skip to content

Commit

Permalink
Makefile: avoid prompt while overwriting file (openservicemesh#3996)
Browse files Browse the repository at this point in the history
Avoids a prompt if the file already exists.

Signed-off-by: Shashank Ram <shashr2204@gmail.com>
  • Loading branch information
shashankram authored Aug 16, 2021
1 parent 48aaf97 commit da6be5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ docker-build-osm-bootstrap: build-osm-bootstrap

pkg/envoy/lds/stats.wasm: wasm/stats.cc wasm/Makefile
docker run --rm -v $(PWD)/wasm:/work -w /work openservicemesh/proxy-wasm-cpp-sdk:956f0d500c380cc1656a2d861b7ee12c2515a664 /build_wasm.sh
@mv wasm/stats.wasm $@
@mv -f wasm/stats.wasm $@

.PHONY: docker-build
docker-build: $(DOCKER_DEMO_TARGETS) docker-build-init docker-build-osm-controller docker-build-osm-injector docker-build-osm-crds docker-build-osm-bootstrap
Expand Down

0 comments on commit da6be5a

Please sign in to comment.