aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2019-01-10 19:52:35 +0100
committerLoïc Hoguin <[email protected]>2019-01-10 19:52:35 +0100
commit09ccac4d9cee514b13feaaa4e5eea7e57779067f (patch)
tree9e84c27354de80497d6d3a2a5952e28ecc130f6b /Makefile
parenta0613cf619c281ca052fbf4537e6e322875247a4 (diff)
downloadgun-09ccac4d9cee514b13feaaa4e5eea7e57779067f.tar.gz
gun-09ccac4d9cee514b13feaaa4e5eea7e57779067f.tar.bz2
gun-09ccac4d9cee514b13feaaa4e5eea7e57779067f.zip
Use a different method for ignoring h2specd build errors
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7831ed0..7ad9ebe 100644
--- a/Makefile
+++ b/Makefile
@@ -53,6 +53,6 @@ test-build:: $(H2SPECD)
$(H2SPECD):
$(gen_verbose) mkdir -p $(GOPATH)/src/github.com/summerwind
- $(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD)) || true
- $(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS= || true
- $(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go || true
+ -$(verbose) git clone --depth 1 https://github.com/summerwind/h2spec $(dir $(H2SPECD))
+ -$(verbose) $(MAKE) -C $(dir $(H2SPECD)) build MAKEFLAGS=
+ -$(verbose) go build -o $(H2SPECD) $(dir $(H2SPECD))/cmd/h2spec/h2specd.go