From 8246f68e252add2217ec6737fbf1af1a827f80a2 Mon Sep 17 00:00:00 2001 From: Johannes 'fish' Ziemke Date: Tue, 19 Mar 2013 17:17:51 +0100 Subject: [PATCH] Add skiplist build dependency to Makefile.TRAVIS. --- Makefile.TRAVIS | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Makefile.TRAVIS b/Makefile.TRAVIS index 0bd4113013..f3e0800ae7 100644 --- a/Makefile.TRAVIS +++ b/Makefile.TRAVIS @@ -41,7 +41,7 @@ preparation-stamp: build-dependencies build-dependencies: build-dependencies-stamp -build-dependencies-stamp: bison cc mercurial protoc goprotobuf gorest go instrumentation leveldb levigo +build-dependencies-stamp: bison cc mercurial protoc goprotobuf gorest go instrumentation leveldb levigo skiplist touch $@ overlay: overlay-stamp @@ -133,6 +133,12 @@ levigo-stamp: leveldb go snappy source $(GO_GET) github.com/jmhodges/levigo touch $@ +skiplist: skiplist-stamp + +skiplist-stamp: go source + $(GO_GET) github.com/ryszard/goskiplist + touch $@ + rsync: rsync-stamp rsync-stamp: