aboutsummaryrefslogtreecommitdiff
path: root/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2020-11-04 10:01:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2020-11-04 10:01:41 +0200
commitfe776ea06e041ecb667092a8e3a668c9efe0a12b (patch)
tree9d7a2bab4255213a0c02027891b62b51648bca10 /buildfile
parent930258da380a20d1159a8ffdddef86a688347acc (diff)
Cleanup buildfiles
Diffstat (limited to 'buildfile')
-rw-r--r--buildfile5
1 files changed, 2 insertions, 3 deletions
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/