0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 12:20:24 +00:00

Shorten a command in the Makefile

This commit is contained in:
Loïc Hoguin 2018-10-02 09:36:07 +02:00
parent 3c8e6cf819
commit a428b10abf
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -66,7 +66,7 @@ test-build:: $(H2SPEC)
$(H2SPEC): $(H2SPEC):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind $(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC)) $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPEC))
$(verbose) $(MAKE) -C $(GOPATH)/src/github.com/summerwind/h2spec build MAKEFLAGS= $(verbose) $(MAKE) -C $(dir $(H2SPEC)) build MAKEFLAGS=
# Use erl_make_certs from the tested release during CI # Use erl_make_certs from the tested release during CI
# and ensure that ct_helper is always recompiled. # and ensure that ct_helper is always recompiled.