aboutsummaryrefslogtreecommitdiff
path: root/libbuild2/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-08-27 11:31:48 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-08-27 11:31:48 +0200
commit7debe1e029cc1b09676ce3a8401ab21e45e82b7e (patch)
treec33de0759a01780861f0b629d1157553a5552c1f /libbuild2/buildfile
parentd973a3dfd2fa39c14a1995e4a6d59bb08e88f37b (diff)
Reorder dependencies in buildfile
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r--libbuild2/buildfile10
1 files changed, 6 insertions, 4 deletions
diff --git a/libbuild2/buildfile b/libbuild2/buildfile
index 7ed593f..881b6e8 100644
--- a/libbuild2/buildfile
+++ b/libbuild2/buildfile
@@ -9,15 +9,17 @@
import int_libs = libbutl%lib{butl}
-lib{build2}: libul{build2}: \
- {hxx ixx txx cxx}{* -utility-installed -config -version -*.test...} \
- {hxx}{config version}
-
# Note that this won't work on libul{} since it's never installed.
#
lib{build2}: cxx{utility-installed}: for_install = true
liba{build2}: bin.whole = true # See utility-installed.cxx.
+# Keep dependency on libul{build2} after cxx{utility-installed}.
+#
+lib{build2}: libul{build2}: \
+ {hxx ixx txx cxx}{* -utility-installed -config -version -*.test...} \
+ {hxx}{config version}
+
# These are "core modules" that come bundled with libbuild2 (see also unit
# tests loop below). Note that the build system core can still function
# without them or with their alternative implementations.