aboutsummaryrefslogtreecommitdiff
path: root/build/install/rule.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'build/install/rule.cxx')
-rw-r--r--build/install/rule.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/build/install/rule.cxx b/build/install/rule.cxx
index b1627be..64df3eb 100644
--- a/build/install/rule.cxx
+++ b/build/install/rule.cxx
@@ -178,9 +178,9 @@ namespace build
args.push_back (reld.string ().c_str ());
args.push_back (nullptr);
- if (verb)
+ if (verb >= 2)
print_process (args);
- else
+ else if (verb)
text << "install " << d;
try
@@ -220,9 +220,9 @@ namespace build
args.push_back (reld.string ().c_str ());
args.push_back (nullptr);
- if (verb)
+ if (verb >= 2)
print_process (args);
- else
+ else if (verb)
text << "install " << t;
try