mirror of
https://github.com/golang/go
synced 2024-11-02 09:28:34 +00:00
Make.common: add .PHONY rule
to prevent files named 'clean', 'bench', etc... preventing proper build R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1976044
This commit is contained in:
parent
781c54d06c
commit
a240af3822
1 changed files with 4 additions and 0 deletions
|
@ -24,3 +24,7 @@ clean:
|
|||
|
||||
%.make:
|
||||
(cd $* && $(QUOTED_GOBIN)/gomake install)
|
||||
|
||||
.PHONY: all clean nuke install coverage test bench testpackage-clean\
|
||||
importpath dir
|
||||
|
||||
|
|
Loading…
Reference in a new issue