From f5be99eb78afe8da70287083384f9c122f5d8644 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Jun 2023 13:03:42 +0200 Subject: Don't use wildcards for subprojects to allow stray subdirectories in root --- buildfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 64a6333..2f6d247 100644 --- a/buildfile +++ b/buildfile @@ -19,7 +19,7 @@ build2_repo="https://stage.build2.org/1" # @@ Note that the project directories order is important (prerequisites go # first). # -# See also subprojects in bootstrap.build. +# NOTE: see also subprojects in bootstrap.build if changing anything here. # d = libpkg-config/ libbutl/ build2/ libsqlite3/ libodb/ libodb-sqlite/ \ libbpkg/ bpkg/ bdep/ doc/ libbuild2-*/ @@ -53,6 +53,7 @@ pt = '^version: (.+)$' # modules to locate all the places): # # - this buildfile +# - build/bootstrap.build (submodules; should be handled automatically) # - build scripts: build.sh.in and build-*.bat.in # - documentation: BOOTSTRAP-*.cli and UPGRADE.cli (multiple places) # - install scripts: prepare, build2-install.sh, and build2-install-*.bat -- cgit v1.1