diff options
Diffstat (limited to 'bootstrap')
-rw-r--r-- | bootstrap | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bootstrap b/bootstrap new file mode 100644 index 000000000..90fc6a32d --- /dev/null +++ b/bootstrap @@ -0,0 +1,6 @@ +#!/bin/sh + +git submodule update --init --recursive +git submodule update --recursive --remote +ln -sf build-scripts/configure configure +ln -sf build-scripts/configure.py configure.py |