]> Cypherpunks repositories - gostls13.git/commitdiff
fix build (sorry)
authorRuss Cox <rsc@golang.org>
Wed, 6 Apr 2011 19:13:18 +0000 (15:13 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 6 Apr 2011 19:13:18 +0000 (15:13 -0400)
TBR=r
CC=golang-dev
https://golang.org/cl/4378042

src/pkg/Makefile

index dd0dd9cd6cf7187b675eefff2d5235bab40f9c9c..1e066dcf958d5060c9308d0dcf22b3e23abeaed7 100644 (file)
@@ -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