Browse Source

Don't build all utility scripts as part of ./build.sh

Jakob Borg 11 years ago
parent
commit
7f1fcc9cfc
7 changed files with 30 additions and 0 deletions
  1. 2 0
      cmd/genassets/main.go
  2. 2 0
      cmd/genxdr/main.go
  3. 4 0
      cmd/pidx/main.go
  4. 4 0
      cmd/stevents/main.go
  5. 6 0
      cmd/todos/main.go
  6. 6 0
      cmd/transifexdl/main.go
  7. 6 0
      cmd/translate/main.go

+ 2 - 0
cmd/genassets/main.go

@@ -2,6 +2,8 @@
 // All rights reserved. Use of this source code is governed by an MIT-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 package main
 
 import (

+ 2 - 0
cmd/genxdr/main.go

@@ -2,6 +2,8 @@
 // All rights reserved. Use of this source code is governed by an MIT-style
 // license that can be found in the LICENSE file.
 
+// +build ignore
+
 package main
 
 import (

+ 4 - 0
cmd/pidx/main.go

@@ -1,3 +1,7 @@
+// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// All rights reserved. Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
 package main
 
 import (

+ 4 - 0
cmd/stevents/main.go

@@ -1,3 +1,7 @@
+// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// All rights reserved. Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
 package main
 
 import (

+ 6 - 0
cmd/todos/main.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// All rights reserved. Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
+// +build ignore
+
 package main
 
 import (

+ 6 - 0
cmd/transifexdl/main.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// All rights reserved. Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
+// +build ignore
+
 package main
 
 import (

+ 6 - 0
cmd/translate/main.go

@@ -1,3 +1,9 @@
+// Copyright (C) 2014 Jakob Borg and Contributors (see the CONTRIBUTORS file).
+// All rights reserved. Use of this source code is governed by an MIT-style
+// license that can be found in the LICENSE file.
+
+// +build ignore
+
 package main
 
 import (