1
0
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:
Alex Brainman 2011-12-16 15:52:30 +11:00
parent 20090df70f
commit 8fa8ebf834

View File

@ -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)"' >>$@