From: Russ Cox Date: Wed, 6 Apr 2011 19:13:18 +0000 (-0400) Subject: fix build (sorry) X-Git-Tag: weekly.2011-04-13~85 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=2671ddd10b955e33bbeda98aa1af7c4936d3bffa;p=gostls13.git fix build (sorry) TBR=r CC=golang-dev https://golang.org/cl/4378042 --- diff --git a/src/pkg/Makefile b/src/pkg/Makefile index dd0dd9cd6c..1e066dcf95 100644 --- a/src/pkg/Makefile +++ b/src/pkg/Makefile @@ -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