mirror of
https://github.com/golang/go
synced 2024-11-20 07:34:40 -07:00
go/build: make sure syslist.go is gofmted
R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5490051
This commit is contained in:
parent
20090df70f
commit
8fa8ebf834
@ -18,5 +18,6 @@ include ../../../Make.pkg
|
|||||||
syslist.go: ../../../Make.inc Makefile
|
syslist.go: ../../../Make.inc Makefile
|
||||||
echo '// Generated automatically by make.' >$@
|
echo '// Generated automatically by make.' >$@
|
||||||
echo 'package build' >>$@
|
echo 'package build' >>$@
|
||||||
|
echo >>$@
|
||||||
echo 'const goosList = "$(GOOS_LIST)"' >>$@
|
echo 'const goosList = "$(GOOS_LIST)"' >>$@
|
||||||
echo 'const goarchList = "$(GOARCH_LIST)"' >>$@
|
echo 'const goarchList = "$(GOARCH_LIST)"' >>$@
|
||||||
|
Loading…
Reference in New Issue
Block a user