mirror of
https://github.com/golang/go
synced 2024-11-21 15:34:45 -07: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:
parent
5db0a8b9ef
commit
5f54c807f1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user