summaryrefslogtreecommitdiff
path: root/xsd-examples/cxx/tree/custom
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/custom
parent71e8137a32ae00ff493df5fdb6634714d13321cd (diff)
Fix diag builtin calls in ad hoc recipes
Diffstat (limited to 'xsd-examples/cxx/tree/custom')
-rw-r--r--xsd-examples/cxx/tree/custom/calendar/buildfile4
-rw-r--r--xsd-examples/cxx/tree/custom/comments/buildfile4
-rw-r--r--xsd-examples/cxx/tree/custom/contacts/buildfile2
-rw-r--r--xsd-examples/cxx/tree/custom/double/buildfile4
-rw-r--r--xsd-examples/cxx/tree/custom/mixed/buildfile2
-rw-r--r--xsd-examples/cxx/tree/custom/taxonomy/buildfile2
-rw-r--r--xsd-examples/cxx/tree/custom/wildcard/buildfile2
7 files changed, 3 insertions, 17 deletions
diff --git a/xsd-examples/cxx/tree/custom/calendar/buildfile b/xsd-examples/cxx/tree/custom/calendar/buildfile
index 3c26122..4085561 100644
--- a/xsd-examples/cxx/tree/custom/calendar/buildfile
+++ b/xsd-examples/cxx/tree/custom/calendar/buildfile
@@ -16,8 +16,6 @@ exe{driver}: xml{calendar}: test.input = true
<{hxx ixx cxx}{calendar}>: xsd{calendar} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--extern-xml-schema xml-schema.xsd \
@@ -27,7 +25,7 @@ exe{driver}: xml{calendar}: test.input = true
hxx{xml-schema}: $xsd
{{
- diag xsd gen ($>[0])
+ diag xsd $>
# Note that the specified xml-schema.xsd doesn't exist and is only used to
# deduce the generated header name.
diff --git a/xsd-examples/cxx/tree/custom/comments/buildfile b/xsd-examples/cxx/tree/custom/comments/buildfile
index 093a6cc..93196d2 100644
--- a/xsd-examples/cxx/tree/custom/comments/buildfile
+++ b/xsd-examples/cxx/tree/custom/comments/buildfile
@@ -15,8 +15,6 @@ exe{driver}: xml{people}: test.input = true
<{hxx ixx cxx}{people}>: xsd{people} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--generate-serialization \
@@ -27,7 +25,7 @@ exe{driver}: xml{people}: test.input = true
hxx{xml-schema}: $xsd
{{
- diag xsd gen ($>[0])
+ diag xsd $>
# Note that the specified xml-schema.xsd doesn't exist and is only used to
# deduce the generated header name.
diff --git a/xsd-examples/cxx/tree/custom/contacts/buildfile b/xsd-examples/cxx/tree/custom/contacts/buildfile
index 190306c..9835bbf 100644
--- a/xsd-examples/cxx/tree/custom/contacts/buildfile
+++ b/xsd-examples/cxx/tree/custom/contacts/buildfile
@@ -12,8 +12,6 @@ exe{driver}: xml{contacts}: test.input = true
<{hxx ixx cxx}{contacts}>: xsd{contacts} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--custom-type contact=/contact_base \
diff --git a/xsd-examples/cxx/tree/custom/double/buildfile b/xsd-examples/cxx/tree/custom/double/buildfile
index 258191a..03c8cde 100644
--- a/xsd-examples/cxx/tree/custom/double/buildfile
+++ b/xsd-examples/cxx/tree/custom/double/buildfile
@@ -13,8 +13,6 @@ exe{driver}: {hxx cxx}{* -order -xml-schema} \
<{hxx ixx cxx}{order}>: xsd{order} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--generate-serialization \
@@ -25,7 +23,7 @@ exe{driver}: {hxx cxx}{* -order -xml-schema} \
hxx{xml-schema}: $xsd
{{
- diag xsd gen ($>[0])
+ diag xsd $>
# Note that the specified xml-schema.xsd doesn't exist and is only used to
# deduce the generated header name.
diff --git a/xsd-examples/cxx/tree/custom/mixed/buildfile b/xsd-examples/cxx/tree/custom/mixed/buildfile
index 9da936e..595f8b2 100644
--- a/xsd-examples/cxx/tree/custom/mixed/buildfile
+++ b/xsd-examples/cxx/tree/custom/mixed/buildfile
@@ -12,8 +12,6 @@ exe{driver}: xml{people}: test.input = true
<{hxx ixx cxx}{people}>: xsd{people} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--generate-serialization \
diff --git a/xsd-examples/cxx/tree/custom/taxonomy/buildfile b/xsd-examples/cxx/tree/custom/taxonomy/buildfile
index 9267c68..520470a 100644
--- a/xsd-examples/cxx/tree/custom/taxonomy/buildfile
+++ b/xsd-examples/cxx/tree/custom/taxonomy/buildfile
@@ -12,8 +12,6 @@ exe{driver}: xml{people}: test.input = true
<{hxx ixx cxx}{people} hxx{people-fwd}>: xsd{people} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--generate-forward \
diff --git a/xsd-examples/cxx/tree/custom/wildcard/buildfile b/xsd-examples/cxx/tree/custom/wildcard/buildfile
index e386709..a0cd709 100644
--- a/xsd-examples/cxx/tree/custom/wildcard/buildfile
+++ b/xsd-examples/cxx/tree/custom/wildcard/buildfile
@@ -12,8 +12,6 @@ exe{driver}: xml{wildcard}: test.input = true
<{hxx ixx cxx}{wildcard}>: xsd{wildcard} $xsd
{{
- diag xsd ($<[0]) # @@ TMP
-
$xsd cxx-tree --std c++11 \
--generate-inline \
--generate-serialization \