From: Alex Brainman Date: Fri, 16 Dec 2011 04:52:30 +0000 (+1100) Subject: go/build: make sure syslist.go is gofmted X-Git-Tag: weekly.2011-12-22~157 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=8fa8ebf834d2027cc598d68f46e0855b94ad63a1;p=gostls13.git go/build: make sure syslist.go is gofmted R=golang-dev, mikioh.mikioh CC=golang-dev https://golang.org/cl/5490051 --- diff --git a/src/pkg/go/build/Makefile b/src/pkg/go/build/Makefile index 1a18e00b88..68c731749a 100644 --- a/src/pkg/go/build/Makefile +++ b/src/pkg/go/build/Makefile @@ -18,5 +18,6 @@ include ../../../Make.pkg syslist.go: ../../../Make.inc Makefile echo '// Generated automatically by make.' >$@ echo 'package build' >>$@ + echo >>$@ echo 'const goosList = "$(GOOS_LIST)"' >>$@ echo 'const goarchList = "$(GOARCH_LIST)"' >>$@