Vitaly Buka | dd3b58a | 2015-09-02 13:29:58 -0700 | [diff] [blame] | 1 | #!/bin/bash |
Vitaly Buka | 4615e0d | 2015-10-14 15:35:12 -0700 | [diff] [blame] | 2 | # Copyright 2015 The Weave Authors. All rights reserved. |
Vitaly Buka | dd3b58a | 2015-09-02 13:29:58 -0700 | [diff] [blame] | 3 | # Use of this source code is governed by a BSD-style license that can be |
| 4 | # found in the LICENSE file. |
| 5 | |
Jacob Marble | e785ec9 | 2016-01-13 13:49:44 -0800 | [diff] [blame] | 6 | # Instead of this script, try running "make all -j" and "make testall". |
| 7 | # TODO: Delete this file after 15-feb-2016. |
| 8 | |
Vitaly Buka | dd3b58a | 2015-09-02 13:29:58 -0700 | [diff] [blame] | 9 | DIR=$(cd -P -- "$(dirname -- "$0")" && pwd -P) |
Johan Euphrosine | 3523fdd | 2015-10-14 20:46:05 -0700 | [diff] [blame] | 10 | ROOT_DIR=$(cd -P -- "$(dirname -- "$0")/.." && pwd -P) |
Vitaly Buka | dd3b58a | 2015-09-02 13:29:58 -0700 | [diff] [blame] | 11 | |
| 12 | cd $ROOT_DIR |
| 13 | |
Jacob Marble | e785ec9 | 2016-01-13 13:49:44 -0800 | [diff] [blame] | 14 | make all -j |