Output the message about bakefile_gen by default in upmake

This message shouldn't be given only when --verbose is given, it's
useful as a reminder and you shouldn't have to remember to give a
special option to get this reminder.
This commit is contained in:
Vadim Zeitlin 2018-01-07 18:43:01 +01:00
parent 9a75103d9a
commit d7fbf1f820
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -53,7 +53,7 @@ my $vars = read_files_list($files);
if (!$only_msvs) {
if (call_upmake("$Bin/bakefiles/files.bkl", \&update_bakefile_0, $vars)) {
print qq{Don't forget to run "bakefile_gen -b wx.bkl".\n} if $verbose;
print qq{Don't forget to run "bakefile_gen -b wx.bkl".\n};
}
}