aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2024-05-02 06:48:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2024-05-02 06:51:22 +0200
commit641e87d28ca6a364760e5e44e9de2e82d04e6550 (patch)
tree5c6ff238af42b70d3b8f997fed1df4bae44e7925
parent3a55e033e4fc9a18ede99c4f9dd69fd30c383cf7 (diff)
Add ODB as submodule
-rw-r--r--.gitmodules3
-rw-r--r--README-GIT2
-rw-r--r--buildfile2
m---------upstream/odb0
4 files changed, 6 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..662f361
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "upstream/odb"]
+ path = upstream/odb
+ url = https://git.codesynthesis.com/odb/odb.git
diff --git a/README-GIT b/README-GIT
index 1ca0940..de9bc9c 100644
--- a/README-GIT
+++ b/README-GIT
@@ -1,3 +1,5 @@
+Note that this repository uses git submodules.
+
The checked out libbutl/version.hxx will be overwritten during the build
process but these changes should be ignored. To do this automatically, run:
diff --git a/buildfile b/buildfile
index 1097d1f..e1b94fa 100644
--- a/buildfile
+++ b/buildfile
@@ -1,7 +1,7 @@
# file : buildfile
# license : MIT; see accompanying LICENSE file
-./: {*/ -build/} \
+./: {*/ -build/ -upstream/} \
doc{INSTALL NEWS README} legal{LICENSE COPYRIGHT AUTHORS} \
manifest
diff --git a/upstream/odb b/upstream/odb
new file mode 160000
+Subproject 5e8f2c7e0357b770adee8a46801fa7dd2dedb94