From 3ee5422b11ddef3b9b10f71151e8eb418a0c8b41 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Sep 2017 03:27:43 +0200 Subject: Add libpkgconf submodule --- .gitmodules | 3 +++ README-GIT | 4 ++-- build/bootstrap.build | 3 ++- buildfile | 3 ++- libpkgconf | 1 + 5 files changed, 10 insertions(+), 4 deletions(-) create mode 160000 libpkgconf diff --git a/.gitmodules b/.gitmodules index 7d5212c..da031f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ path = libodb-sqlite url = http://scm.codesynthesis.com/odb/libodb-sqlite.git update = none +[submodule "libpkgconf"] + path = libpkgconf + url = http://git.build2.org/packaging/pkgconf/libpkgconf.git diff --git a/README-GIT b/README-GIT index 70c5b0a..f4537d3 100644 --- a/README-GIT +++ b/README-GIT @@ -24,8 +24,8 @@ A few additional notes: commits)' next to submodules (i.e., git "thinks" you have modified the member project by "setting back" its subproject commit). -2. The libsqlite3 and libodb* submodules are not updated by default (e.g., - with the above command). This is achieved with: +2. The libpkgconf, libsqlite3 and libodb* submodules are not updated by default + (e.g., with the above command). This is achieved with: git config --file .gitmodules submodule.libsqlite3.update none diff --git a/build/bootstrap.build b/build/bootstrap.build index 51063de..855ba67 100644 --- a/build/bootstrap.build +++ b/build/bootstrap.build @@ -3,7 +3,8 @@ # license : MIT; see accompanying LICENSE file project = build2-toolchain -subprojects = libbutl build2 libsqlite3 libodb libodb-sqlite libbpkg bpkg +subprojects = libpkgconf libbutl build2 \ +libsqlite3 libodb libodb-sqlite libbpkg bpkg using version using config diff --git a/buildfile b/buildfile index f1c176f..23aa74f 100644 --- a/buildfile +++ b/buildfile @@ -5,7 +5,8 @@ # Note that the project directories order is important (prerequisites goes # first). # -d = libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ +d = libpkgconf/ libbutl/ build2/ \ +libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ doc/ i = \ INSTALL \ diff --git a/libpkgconf b/libpkgconf new file mode 160000 index 0000000..a8e4f1d --- /dev/null +++ b/libpkgconf @@ -0,0 +1 @@ +Subproject commit a8e4f1dbbd4d2f293fe8b3d507e5feab6e20a68d -- cgit v1.1