about summary refs log tree commit diff stats
path: root/012transform.cc
diff options
context:
space:
mode:
Diffstat (limited to '012transform.cc')
-rw-r--r--012transform.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/012transform.cc b/012transform.cc
index 1dedc93c..a45077ab 100644
--- a/012transform.cc
+++ b/012transform.cc
@@ -32,6 +32,10 @@ vector<transform_fn> Transform;
 void transform_all() {
   trace(9990, "transform") << "=== transform_all()" << end();
   for (long long int t = 0; t < SIZE(Transform); ++t) {
+//?     if (Recipe_ordinal.find("delete-sandbox") != Recipe_ordinal.end()
+//?         && Recipe.find(Recipe_ordinal["delete-sandbox"]) != Recipe.end()
+//?         && !Recipe[Recipe_ordinal["delete-sandbox"]].steps.empty())
+//?       cerr << "transform " << t << ": " << Recipe[Recipe_ordinal["delete-sandbox"]].steps.at(14).products.at(0).to_string() << '\n';
 //?     cerr << "transform " << t << '\n';
     for (map<recipe_ordinal, recipe>::iterator p = Recipe.begin(); p != Recipe.end(); ++p) {
       recipe& r = p->second;