1 #!/bin/bash 2 # Copyright 2015 The Weave Authors. All rights reserved. 3 # Use of this source code is governed by a BSD-style license that can be 4 # found in the LICENSE file. 5 6 # Instead of this script, try running "make all -j" and "make testall". 7 # TODO: Delete this file after 15-feb-2016. 8 9 DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) 10 ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P) 11 12 cd $ROOT_DIR 13 14 make all -j 15