From 8d8d578abcd86c2f2831358f97f01bb26a218cd9 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 11 Oct 2019 22:28:33 +0000 Subject: bootstrap. --- bootstrap | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bootstrap (limited to 'bootstrap') 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 -- cgit v1.2.3