]> Cypherpunks repositories - gostls13.git/commitdiff
go/build: make sure syslist.go is gofmted
authorAlex Brainman <alex.brainman@gmail.com>
Fri, 16 Dec 2011 04:52:30 +0000 (15:52 +1100)
committerAlex Brainman <alex.brainman@gmail.com>
Fri, 16 Dec 2011 04:52:30 +0000 (15:52 +1100)
R=golang-dev, mikioh.mikioh
CC=golang-dev
https://golang.org/cl/5490051

src/pkg/go/build/Makefile

index 1a18e00b88179764fdfc6c048f95d0e369d67e5b..68c731749a3edf7d035e4d0a4615816d9f3e0bbe 100644 (file)
@@ -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)"' >>$@