File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ GO_CAPNP_STD = $(shell $(GO) env GOPATH)/pkg/mod/capnproto.org/go/capnp/${GO_CAP
11
11
endif
12
12
13
13
get-go-capnp :
14
- $(GO ) get capnproto.org/go/capnp/$(GO_CAPNP_VERSION )
14
+ @ $(GO ) get capnproto.org/go/capnp/$(GO_CAPNP_VERSION ) > /dev/null
15
15
16
16
build/capnpc-go : get-go-capnp
17
- @mkdir -p build && $(GO ) build -o build/capnpc-go capnproto.org/go/capnp/v3/capnpc-go
17
+ @mkdir -p build && $(GO ) build -o build/capnpc-go capnproto.org/go/capnp/v3/capnpc-go > /dev/null
18
18
19
19
libp2p_ipc.capnp.go : libp2p_ipc.capnp build/capnpc-go
20
- @PATH=" build:${PATH} " capnp compile -ogo -I${GO_CAPNP_STD} libp2p_ipc.capnp
20
+ @PATH=" build:${PATH} " capnp compile -ogo -I${GO_CAPNP_STD} libp2p_ipc.capnp > /dev/null
21
21
22
22
libp2p_ipc_capnp.ml libp2p_ipc_capnp.mli : libp2p_ipc.capnp
23
23
@mkdir -p _codegen
You can’t perform that action at this time.
0 commit comments