Commits · ampify

tav  ·  9dd23348d07f5724f603625d59ca11fecf2d058b  ·  ampify  ·  github 1284890150

Added the argo/big packages to the Go Makefile.

Builds

ID Platform Status When By
96001 osx 10.5 386
✓  init ✓  py-tests ✓  go-tests ✓  js-tests
1284932698 slave 3001
80001 linux amd64
✓  init ✓  py-tests ✓  go-tests ✓  js-tests
1284892041 slave 1

Changes

src/amp/Makefile
......@@ -2,6 +2,8 @@
22
 # Public Domain license that can be found in the root LICENSE file.
33
 
44
 PACKAGES=\
5
+	argo\
6
+	big\
57
 	command\
68
 	keyspace\
79
 	logging\
......@@ -99,6 +101,7 @@ test: test.dirs
99101
 # Package Dependencies
100102
 # ------------------------------------------------------------------------------
101103
 
104
+argo.install: big.install
102105
 keyspace.install: runtime.install slice.install
103106
 logging.install: encoding.install
104107
 optparse.install: runtime.install slice.install yaml.install