aboutsummaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
authorBjörn Gustavsson <[email protected]>2019-04-15 13:01:03 +0200
committerBjörn Gustavsson <[email protected]>2019-04-15 13:01:03 +0200
commit97076e32e70dadd571ee8bb2473464f9bada836d (patch)
tree621f7c287989c2c7391eb8035af4d0569940af38 /make
parent113f6917a343a5db98e4771598f1a190779ca2e8 (diff)
downloadotp-97076e32e70dadd571ee8bb2473464f9bada836d.tar.gz
otp-97076e32e70dadd571ee8bb2473464f9bada836d.tar.bz2
otp-97076e32e70dadd571ee8bb2473464f9bada836d.zip
Rephrase progress printout
Use the progressive verb form for consistency with other progress printouts from Makefiles.
Diffstat (limited to 'make')
-rwxr-xr-xmake/fixup_development_runtime_dependencies2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/fixup_development_runtime_dependencies b/make/fixup_development_runtime_dependencies
index e06bd5faca..1c0a649578 100755
--- a/make/fixup_development_runtime_dependencies
+++ b/make/fixup_development_runtime_dependencies
@@ -44,7 +44,7 @@ my $erl_top = shift @ARGV;
chdir $erl_top or die "Failed to change directory into '$erl_top'";
-print "Fixup of development runtime dependencies\n";
+print "Fixing up development runtime dependencies\n";
#
# Determine versions of all applications in the source tree...