From fe776ea06e041ecb667092a8e3a668c9efe0a12b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 4 Nov 2020 10:01:41 +0200 Subject: Cleanup buildfiles --- buildfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'buildfile') diff --git a/buildfile b/buildfile index 0fd5e81..402202f 100644 --- a/buildfile +++ b/buildfile @@ -1,15 +1,14 @@ # file : buildfile # license : MIT; see accompanying LICENSE file +assert ($build.meta_operation == 'dist') 'only dist meta-operation allowed' + # Package repository URL (or path). # build2_repo="https://stage.build2.org/1" # build2_repo="https://pkg.cppget.org/1/queue/alpha" # build2_repo="https://pkg.cppget.org/1/alpha" -# Note that the project directories order is important (prerequisites go -# first). -# d = libpkgconf/ libbutl/ build2/ \ libsqlite3/ libodb/ libodb-sqlite/ libbpkg/ bpkg/ bdep/ doc/ -- cgit v1.1