1
0
mirror of https://github.com/golang/go synced 2024-11-20 02:34:42 -07:00

fix build (sorry)

TBR=r
CC=golang-dev
https://golang.org/cl/4378042
This commit is contained in:
Russ Cox 2011-04-06 15:13:18 -04:00
parent 0ea7bf4867
commit 2671ddd10b

View 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