summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/embedded
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2022-11-24 08:30:10 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2022-11-24 08:30:10 +0200
commitfd9f51181d71cd0219ab5e30289368c44cfb48e9 (patch)
treeb1b4260c4fab6691a8b1e036b1f0c52a543744f0 /xsd-examples/cxx/tree/embedded
parent71e8137a32ae00ff493df5fdb6634714d13321cd (diff)
Fix diag builtin calls in ad hoc recipes
Diffstat (limited to 'xsd-examples/cxx/tree/embedded')
-rw-r--r--xsd-examples/cxx/tree/embedded/buildfile4
1 files changed, 1 insertions, 3 deletions
diff --git a/xsd-examples/cxx/tree/embedded/buildfile b/xsd-examples/cxx/tree/embedded/buildfile
index c8e7808..583e34e 100644
--- a/xsd-examples/cxx/tree/embedded/buildfile
+++ b/xsd-examples/cxx/tree/embedded/buildfile
@@ -17,8 +17,6 @@ exe{driver}: xml{library}: test.input = true
<{hxx ixx cxx}{library}>: xsd{library} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--output-dir $out_base \
@@ -27,7 +25,7 @@ exe{driver}: xml{library}: test.input = true
<{hxx cxx}{library-schema}>: xsd{library} exe{xsdbin}
{{
- diag xsdbin ($<[0]) # @@ TMP
+ diag xsdbin ($<[0]) -> $>
($<[1]) --output-dir $out_base $path($<[0])
}}