Commit 2671ddd1 authored by Russ Cox's avatar Russ Cox

fix build (sorry)

TBR=r
CC=golang-dev
https://golang.org/cl/4378042
parent 0ea7bf48
......@@ -231,7 +231,7 @@ bench.dirs: $(addsuffix .bench, $(BENCH))
%.install:
+@echo install $*
+@$(MAKE) -C $* install >$*/build.out 2>&1 || (echo INSTALL FAIL $*; cat $*/build.out)
+@$(MAKE) -C $* install >$*/build.out 2>&1 || (echo INSTALL FAIL $*; cat $*/build.out; exit 1)
%.nuke:
+$(MAKE) -C $* nuke
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment