1
0
mirror of https://github.com/golang/go synced 2024-09-25 07:30:13 -06:00

build: avoid calling gomake wrapper in recursive make

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4243058
This commit is contained in:
Dave Cheney 2011-03-05 14:53:29 -05:00 committed by Russ Cox
parent 5db0a8b9ef
commit 5f54c807f1

View File

@ -6,7 +6,7 @@ clean:
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
%.make:
gomake -C $* install
$(MAKE) -C $* install
.PHONY: all clean nuke install coverage test bench testpackage-clean\
importpath dir