diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 08:15:58 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-08-16 08:15:58 +0200 |
commit | 099279d430b71645492bda926b9ab1e32790a311 (patch) | |
tree | 8fbef9c13167b6f91278303e9dd4c808913352f8 | |
parent | af18e072a3bd1d666fd2c3f2593f1e7de4ac4e00 (diff) |
Set sub_modules variable
-rw-r--r-- | git/modules | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/git/modules b/git/modules index 76c1176..f066672 100644 --- a/git/modules +++ b/git/modules @@ -22,3 +22,13 @@ libbpkg \ bpkg \ brep \ build2-toolchain" + +# build2-toolchain has to be done manually. +# +sub_modules=" \ +private \ +libbutl \ +build2 \ +libbpkg \ +bpkg \ +brep" |