From 641e87d28ca6a364760e5e44e9de2e82d04e6550 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 May 2024 06:48:23 +0200 Subject: Add ODB as submodule --- .gitmodules | 3 +++ README-GIT | 2 ++ buildfile | 2 +- upstream/odb | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .gitmodules create mode 160000 upstream/odb 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 index 0000000..5e8f2c7 --- /dev/null +++ b/upstream/odb @@ -0,0 +1 @@ +Subproject commit 5e8f2c7e0357b770adee8a46801fa7dd2dedb94c -- cgit v1.1