aboutsummaryrefslogtreecommitdiff
path: root/build2/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-03-13 12:49:29 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-03-13 12:49:29 +0200
commit6dbf4954a67efa284ae9abceb3b02c8642b79a49 (patch)
treefcd13c49243b55c4c8e4bf9def7a7bd1b6779763 /build2/buildfile
parenta2351b0b85cc6735b706d5a4fdf12304872ff548 (diff)
Implement dir/type-aware name group crossing
Diffstat (limited to 'build2/buildfile')
-rw-r--r--build2/buildfile15
1 files changed, 4 insertions, 11 deletions
diff --git a/build2/buildfile b/build2/buildfile
index 2c3e191..856346b 100644
--- a/build2/buildfile
+++ b/build2/buildfile
@@ -4,7 +4,6 @@
import libs = libbutl%lib{butl}
-#\
exe{b}: \
{hxx ixx cxx}{ algorithm } \
{ cxx}{ b } \
@@ -95,18 +94,12 @@ test/script/{hxx cxx}{ runner } \
test/script/{hxx ixx cxx}{ script } \
test/script/{hxx cxx}{ token } \
liba{b} $libs
-#\
-
-#exe{b}: {hxx ixx txx cxx}{** -b-options -dummy} \
-# {hxx ixx cxx}{ b-options } \
-# liba{b} $libs
-exe{b}: hxx{** -b-options -dummy} \
- ixx{** -b-options -dummy} \
- txx{** -b-options -dummy} \
- cxx{** -b-options -dummy} \
- {hxx ixx cxx}{b-options} \
+#\
+exe{b}: {hxx ixx txx cxx}{** -b-options -dummy} \
+ {hxx ixx cxx}{b-options} \
liba{b} $libs
+#\
# Fake utility library (without it code generation does not work).
#