From 4f3e7af8d5c4a4251b60a47bacfc1339fcdd5f46 Mon Sep 17 00:00:00 2001 From: whitequark Date: Wed, 10 Jan 2018 01:27:10 +0000 Subject: [PATCH] doc: Rust uses recursive submodules (brrr). [ci skip] --- doc/manual/developing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/manual/developing.rst b/doc/manual/developing.rst index de59590b8..3eccde048 100644 --- a/doc/manual/developing.rst +++ b/doc/manual/developing.rst @@ -104,7 +104,7 @@ and the ARTIQ kernels. $ cd ~/artiq-dev $ git clone -b artiq-1.23.0 https://github.com/m-labs/rust $ cd rust - $ git submodule update --init + $ git submodule update --init --recursive $ mkdir build $ cd build $ ../configure --prefix=/usr/local/rust-or1k --llvm-root=/usr/local/llvm-or1k --disable-manage-submodules --disable-docs