aboutsummaryrefslogtreecommitdiff
path: root/src/pkg
diff options
context:
space:
mode:
authorRuss Cox <rsc@golang.org>2011-04-06 15:13:18 -0400
committerRuss Cox <rsc@golang.org>2011-04-06 15:13:18 -0400
commit2671ddd10b955e33bbeda98aa1af7c4936d3bffa (patch)
tree1fb61e9b9e0d1f5cd797722b80c42ddf2be8a2a5 /src/pkg
parent0ea7bf486708dfbdd6e652812eaa8514eeed00a9 (diff)
downloadgo-2671ddd10b955e33bbeda98aa1af7c4936d3bffa.tar.xz
fix build (sorry)
TBR=r CC=golang-dev https://golang.org/cl/4378042
Diffstat (limited to 'src/pkg')
-rw-r--r--src/pkg/Makefile2
1 files changed, 1 insertions, 1 deletions
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